11# Makefile to generate the CSS2 document based on its "source files"
22# Arnaud Le Hors - lehors@w3.org
3- # $Id: Makefile,v 1.7 1997-08-06 14:03:15 ijacobs Exp $
3+ # $Id: Makefile,v 1.8 1997-08-07 08:04:07 ijacobs Exp $
44
55ROOT = .
66
@@ -28,15 +28,15 @@ ui.src\
2828conform.src \
2929refs.src
3030
31- INDEXSRCS = \
32- index.src
33-
3431APPSRCS = \
3532sample.src\
3633changes.src\
3734notes.src\
3835grammar.src
3936
37+ INDEXSRCS = \
38+ index.src
39+
4040MAINSRCS = $(SRCS1 )
4141
4242MAINOBJS = \
@@ -60,15 +60,15 @@ ui.html\
6060conform.html\
6161refs.html
6262
63- INDEXES = \
64- index.html
65-
6663APPENDIXES = \
6764sample.html\
6865changes.html\
6966notes.html\
7067grammar.html
7168
69+ INDEXES = \
70+ index.html
71+
7272SPECSRCS = $(SRCS0 ) $(MAINSRCS ) $(APPSRCS )
7373SPECOBJS = $(MAINOBJS ) $(APPENDIXES )
7474
@@ -165,13 +165,13 @@ $(PSDIR):
165165 (cd $( PSDIR) ; $( MAKE) clean); fi
166166
167167css20.ps : $(PROPERTYDB ) $(VALUEDB ) $(HEADINGDB ) $(SPECOBJS ) $(INDEXES )
168- $(HTML2PS ) $(HTML2PSARGS ) $(MAINOBJS ) $(INDEXES ) $(APPENDIXES ) > $@
168+ $(HTML2PS ) $(HTML2PSARGS ) $(MAINOBJS ) $(APPENDIXES ) $(INDEXES ) > $@
169169
170170txt $(PSDIR ) /css20.txt : $(PSDIR )
171171 (cd $( PSDIR) ; $( MAKE) css20.txt ADDNAVBAR=" $( PERL) ./bin/fakenavbar" )
172172
173173css20.html : $(PROPERTYDB ) $(VALUEDB ) $(HEADINGDB ) $(SPECOBJS ) $(INDEXES )
174- $(HTMLCAT ) $@ $(MAINOBJS ) $(INDEXES ) $(APPENDIXES )
174+ $(HTMLCAT ) $@ $(MAINOBJS ) $(APPENDIXES ) $(INDEXES )
175175
176176# the following requires to be on unix and have Netscape running...
177177css20.txt : css20.html
@@ -202,13 +202,13 @@ cover.html: cover.src build/contents.srb
202202 $(ADDNAVBAR) -bottom -hr -next -r $@ - $@ "Go to the table of contents" "# toc"
203203
204204build/contents.srb : $(MAINSRCS ) $(INDEXSRCS ) $(APPSRCS )
205- $(MKTOC ) $@ $(HEADINGDB ) $(MAINSRCS ) $(INDEXSRCS ) $(APPSRCS )
205+ $(MKTOC ) $@ $(HEADINGDB ) $(MAINSRCS ) $(APPSRCS ) $(INDEXSRCS )
206206$(HEADINGDB ) : build/contents.srb
207207
208208# simpler rules for special pages
209209index.html : index.src
210210 $(HIPP ) $(INCLUDES ) $< - | \
211- $(ADDNAVBAR ) -r $@ - $@ contents " cover.html#toc" index index.html
211+ $(ADDNAVBAR ) -r $@ - $@ contents " cover.html#toc"
212212
213213clean :
214214 $(RM ) $(SPECOBJS ) $(SPECIALOBJS ) $(INDEXES ) build/* css20.*
0 commit comments