File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55ROOT = .
66
@@ -84,7 +84,9 @@ DESCSRC= properties/descriptors.db
8484PROPBLKSDIR = build/properties
8585DESCBLKSDIR = 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
9092PROPERTYDB = 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
You can’t perform that action at this time.
0 commit comments