Skip to content

Commit f1f4230

Browse files
committed
[css2] Now runs addcite on cover.html as well.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401081
1 parent 78dc648 commit f1f4230

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 3 additions & 2 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.12 1998-02-24 02:06:01 bbos Exp $
3+
# $Id: Makefile,v 2.13 1998-02-24 07:57:55 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -334,7 +334,8 @@ $(DESCBLKSDIR)/blocks.ok: $(DESCSRC)
334334

335335
cover.srd: cover.src build/contents.srb build/minicontents.srb
336336
@echo "=========== making" $@
337-
$(HIPP) $(INCLUDES) $< $@
337+
$(HIPP) $(INCLUDES) $< |\
338+
$(ADDCITE) -r $(REFS) $(REFSRCS) >$@
338339

339340
cover.html: cover.srd Project.cfg
340341
@echo "=========== making" $@

0 commit comments

Comments
 (0)