|
1 | 1 | # Makefile to generate the CSS2 document based on its "source files" |
2 | 2 | # Arnaud Le Hors - lehors@w3.org |
3 | | -# $Id: Makefile,v 1.27 1997-09-23 02:34:26 ian Exp $ |
| 3 | +# $Id: Makefile,v 1.28 1997-09-23 14:05:35 ian Exp $ |
4 | 4 |
|
5 | 5 | ROOT = . |
6 | 6 |
|
7 | 7 | # the following files are part of the CSS specification |
8 | 8 | SRCS0 = \ |
9 | 9 | $(ROOT)/cover.src |
10 | 10 |
|
11 | | -# $(ROOT)/cover-short.src |
12 | | - |
13 | 11 | SRCS1 = \ |
14 | 12 | about.src\ |
15 | 13 | intro.src\ |
@@ -76,7 +74,7 @@ INDEXES= \ |
76 | 74 | index.html |
77 | 75 |
|
78 | 76 | SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS) |
79 | | -SPECOBJS= $(MAINOBJS) cover-short.html $(APPENDIXES) |
| 77 | +SPECOBJS= $(MAINOBJS) $(APPENDIXES) $(REFS) |
80 | 78 |
|
81 | 79 | IMAGES= images/*.gif |
82 | 80 | STYLESHEETS= style/*.css |
@@ -239,19 +237,11 @@ cover.html: cover.src cover-info.src build/contents.srb |
239 | 237 | $(HIPP) $(INCLUDES) $< - | \ |
240 | 238 | $(ADDNAVBAR) -bottom -hr -r $@ - $@ "go to the table of contents" "#toc" |
241 | 239 |
|
242 | | -cover-short.html: cover-short.src cover-info.src build/contents-short.srb |
243 | | - $(HIPP) $(INCLUDES) $< - | \ |
244 | | - $(ADDNAVBAR) -bottom -hr -r $@ - $@ "go to the table of contents" "#toc" |
245 | | - |
246 | 240 | build/contents.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS) |
247 | 241 | $(MKTOC) -ml 5 $@ $(HEADINGDB) $(MAINSRCS) -ul -roman $(APPSRCS) \ |
248 | 242 | -ol -none $(REFSRCS) $(INDEXSRCS) |
249 | 243 | $(HEADINGDB): build/contents.srb |
250 | 244 |
|
251 | | -build/contents-short.srb: $(MAINSRCS) $(INDEXSRCS) $(APPSRCS) $(REFSRCS) |
252 | | - $(MKTOC) -ml 3 $@ $(HEADINGDB) $(MAINSRCS) -ul -roman $(APPSRCS) \ |
253 | | - -ol -none $(REFSRCS) $(INDEXSRCS) |
254 | | - |
255 | 245 | # special rule with different numbering |
256 | 246 | sample.html: sample.src |
257 | 247 | @if [ ! -d build/index ]; then mkdir -p build/index; fi |
|
0 commit comments