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.2 1998-02-03 02:49:55 ijacobs Exp $
3+ # $Id: Makefile,v 2.3 1998-02-03 14:00:38 ijacobs Exp $
44
55# what needs to be set for every new release:
66# Note use of full year (1998) in identifier.
@@ -353,6 +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
357+ @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 ) $@
363+
356364indexlist.html : indexlist.srd Project.cfg
357365 @echo " =========== making" $@
358366 $(ADDHANCH ) -r $* .html $(HEADINGDB ) $* .srd | \
You can’t perform that action at this time.
0 commit comments