Skip to content

Commit 73faa07

Browse files
committed
[css2] I think these versions have the right dependencies and produce legal SGML
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40810
1 parent 29cc42e commit 73faa07

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

css2/Makefile

Lines changed: 6 additions & 9 deletions
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.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

0 commit comments

Comments
 (0)