Skip to content

Commit 05a8b10

Browse files
committed
[css2] Removed circular dependencies.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401701
1 parent c3125bd commit 05a8b10

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

css2/Makefile

Lines changed: 7 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.44 1998-05-11 22:29:06 bbos Exp $
3+
# $Id: Makefile,v 2.45 1998-05-11 23:18:00 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -241,7 +241,7 @@ LN= ln
241241
# at the cost of possibly incorrect xrefs in the other .html files
242242
#
243243
#%.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)
245245
@echo "=========== making" $@
246246
$(ADDLINKS) $(VALUEDB) $*.srd propinst-/propdef- descinst-/descdef- value-inst-/value-def- |\
247247
$(ADDIDXANCH) -r $@ $(INDEXDB) - |\
@@ -412,19 +412,17 @@ build/indexlist.srb: $(MAINSRCS) $(APPSRCS) $(INDEXDB)
412412
@echo "=========== making" $@
413413
$(MKIDX) $(INDEXDB) $@
414414

415-
$(INDEXDB): $(SPECSRCS:.src=.html)
415+
$(INDEXDB): $(MAINSRCS:.src=.html) $(APPSRCS:.src=.html) #$(SPECSRCS:.src=.html)
416416
touch $(INDEXDB)
417417

418418
indexlist.srd:: build/indexlist.srb #indexlist.src build/blocks.ok
419419
# @echo "=========== making" $@
420420
# $(CP) $< $@
421421

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 $@ - $@
428426

429427
build/propidx.srb: $(PROPSRC)
430428
@echo "=========== making" $@

0 commit comments

Comments
 (0)