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.18 1997-09-09 01:05:20 ian Exp $
3+ # $Id: Makefile,v 1.19 1997-09-09 01:21:42 ian Exp $
44
55ROOT = .
66
@@ -162,17 +162,17 @@ install: all css20.tgz
162162 @if [ ! -d $( INSTALLDIR) ]; then mkdir -p $(INSTALLDIR ) ; fi
163163 $(CP ) css20.tgz $(INSTALLDIR )
164164 (cd $( INSTALLDIR) ; $( TAR) xvzf css20.tgz)
165+ $(CP ) Overview.html html2psrc $(INSTALLDIR )
165166
166- install-all : install css20.tgz css20.zip css20.ps css20.txt
167- $(CP ) css20.zip css20.ps css20.txt \
168- Overview.html html2psrc $(INSTALLDIR )
167+ install-all : install css20.zip css20.ps css20.txt
168+ $(CP ) css20.zip css20.ps css20.txt $(INSTALLDIR )
169169
170170# ### Special section to build PS file and single plain text file
171171
172- css20.ps ps : $( PROPERTYDB ) $( VALUEDB ) $( HEADINGDB ) $( SPECOBJS ) $( INDEXES )
172+ css20.ps ps : all
173173 $(HTML2PS ) $(MAINOBJS ) $(APPENDIXES ) $(INDEXES ) > $@
174174
175- css20.html html : $( PROPERTYDB ) $( VALUEDB ) $( HEADINGDB ) $( SPECOBJS ) $( INDEXES )
175+ css20.html html : all
176176 $(HTMLCAT ) $@ $(MAINOBJS ) $(APPENDIXES ) $(INDEXES )
177177
178178# the following requires to be on unix and have Netscape running...
@@ -182,10 +182,10 @@ css20.txt txt: css20.html
182182
183183# ###
184184
185- css20.tgz :
185+ css20.tgz : all
186186 $(TAR ) czf $@ $(ALLOBJS )
187187
188- css20.zip :
188+ css20.zip : all
189189 $(ZIP ) $@ $(ALLOBJS )
190190
191191# ### Section generate property/descriptor tables from property database.
You can’t perform that action at this time.
0 commit comments