Skip to content

Commit fc628c5

Browse files
committed
[css2] Minor changes for Overview.html
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4057
1 parent 46d811e commit fc628c5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css2/Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 1.17 1997-09-08 23:52:45 ian Exp $
3+
# $Id: Makefile,v 1.18 1997-09-09 01:05:20 ian Exp $
44

55
ROOT = .
66

@@ -84,7 +84,9 @@ DESCSRC= properties/descriptors.db
8484
PROPBLKSDIR= build/properties
8585
DESCBLKSDIR= build/descriptors
8686

87-
INSTALLDIR= /afs/w3.org/pub/WWW/Style/Group/css2
87+
#Sample install dir
88+
#INSTALLDIR= /afs/w3.org/pub/WWW/Style/Group/9709/css2-970908
89+
INSTALLDIR=
8890

8991
# dbase for property name anchors
9092
PROPERTYDB= build/property.db
@@ -161,9 +163,9 @@ install: all css20.tgz
161163
$(CP) css20.tgz $(INSTALLDIR)
162164
(cd $(INSTALLDIR); $(TAR) xvzf css20.tgz)
163165

164-
install-all: install css20.zip css20.ps css20.txt
166+
install-all: install css20.tgz css20.zip css20.ps css20.txt
165167
$(CP) css20.zip css20.ps css20.txt \
166-
Overview.html $(INSTALLDIR)
168+
Overview.html html2psrc $(INSTALLDIR)
167169

168170
#### Special section to build PS file and single plain text file
169171

0 commit comments

Comments
 (0)