Skip to content

Commit 45a4072

Browse files
committed
[css2] Corrected indexlist dependency
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40807
1 parent 9ec40d4 commit 45a4072

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css2/Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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+
356364
indexlist.html: indexlist.srd Project.cfg
357365
@echo "=========== making" $@
358366
$(ADDHANCH) -r $*.html $(HEADINGDB) $*.srd |\

0 commit comments

Comments
 (0)