|
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 2.44 1998-05-11 22:29:06 bbos Exp $ |
| 3 | +# $Id: Makefile,v 2.45 1998-05-11 23:18:00 bbos Exp $ |
4 | 4 |
|
5 | 5 | # what needs to be set for every new release: |
6 | 6 | # Note use of full year (1998) in identifier. |
@@ -241,7 +241,7 @@ LN= ln |
241 | 241 | # at the cost of possibly incorrect xrefs in the other .html files |
242 | 242 | # |
243 | 243 | #%.html: %.subtoc Project.cfg |
244 | | -%.html: %.subtoc $(SPECSRCS:.src=.srd) Project.cfg |
| 244 | +%.html: %.subtoc $(MAINSRCS:.src=.srd) $(APPSRCS:.src=.srd) Project.cfg #$(SPECSRCS:.src=.srd) |
245 | 245 | @echo "=========== making" $@ |
246 | 246 | $(ADDLINKS) $(VALUEDB) $*.srd propinst-/propdef- descinst-/descdef- value-inst-/value-def- |\ |
247 | 247 | $(ADDIDXANCH) -r $@ $(INDEXDB) - |\ |
@@ -412,19 +412,17 @@ build/indexlist.srb: $(MAINSRCS) $(APPSRCS) $(INDEXDB) |
412 | 412 | @echo "=========== making" $@ |
413 | 413 | $(MKIDX) $(INDEXDB) $@ |
414 | 414 |
|
415 | | -$(INDEXDB): $(SPECSRCS:.src=.html) |
| 415 | +$(INDEXDB): $(MAINSRCS:.src=.html) $(APPSRCS:.src=.html) #$(SPECSRCS:.src=.html) |
416 | 416 | touch $(INDEXDB) |
417 | 417 |
|
418 | 418 | indexlist.srd:: build/indexlist.srb #indexlist.src build/blocks.ok |
419 | 419 | # @echo "=========== making" $@ |
420 | 420 | # $(CP) $< $@ |
421 | 421 |
|
422 | | -#indexlist.html: indexlist.srd build/indexlist.srb Project.cfg |
423 | | -# @echo "=========== making" $@ |
424 | | -# $(HIPP) $(INCLUDES) $< |\ |
425 | | -# $(ADDHANCH) -r $*.html $(HEADINGDB) |\ |
426 | | -# $(ADDNAVBAR) -r $@ |\ |
427 | | -# $(MKCHAIN) -r $@ - $@ |
| 422 | +indexlist.html: indexlist.srd build/indexlist.srb Project.cfg |
| 423 | + @echo "=========== making" $@ |
| 424 | + $(ADDNAVBAR) -r $@ $< |\ |
| 425 | + $(MKCHAIN) -r $@ - $@ |
428 | 426 |
|
429 | 427 | build/propidx.srb: $(PROPSRC) |
430 | 428 | @echo "=========== making" $@ |
|
0 commit comments