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 2.3 1998-02-03 14:00:38 ijacobs Exp $
3+ # $Id: Makefile,v 2.4 1998-02-03 16:39:41 ijacobs Exp $
44
55# what needs to be set for every new release:
66# Note use of full year (1998) in identifier.
@@ -353,17 +353,14 @@ build/indexlist.srb: $(MAINSRCS) $(APPSRCS)
353353 @echo " =========== making" $@
354354 $(MKIDX ) $(INDEXDB ) $@
355355
356- indexlist.srd : indexlist.src build/indexlist.srb build/blocks.ok
356+ indexlist.srd : indexlist.src build/blocks.ok
357357 @echo " =========== making" $@
358- $(HIPP ) $(INCLUDES ) $< | \
359- $(ADDHANCH ) -r $* .html $(HEADINGDB ) - $@
360- $(MKANCHDB ) -r $* .html value-def- $(VALUEDB ) $@
361- $(MKANCHDB ) -r $* .html propdef- $(VALUEDB ) $@
362- $(MKANCHDB ) -r $* .html descdef- $(VALUEDB ) $@
358+ $(CP ) $< $@
363359
364- indexlist.html : indexlist.srd Project.cfg
360+ indexlist.html : indexlist.srd build/indexlist.srb Project.cfg
365361 @echo " =========== making" $@
366- $(ADDHANCH ) -r $* .html $(HEADINGDB ) $* .srd | \
362+ $(HIPP ) $(INCLUDES ) $< | \
363+ $(ADDHANCH ) -r $* .html $(HEADINGDB ) | \
367364 $(ADDNAVBAR ) -r $@ | \
368365 $(MKCHAIN ) -r $@ - $@
369366
You can’t perform that action at this time.
0 commit comments