We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dc648 commit f1f4230Copy full SHA for f1f4230
1 file changed
css2/Makefile
@@ -1,6 +1,6 @@
1
# Makefile to generate the CSS2 document based on its "source files"
2
# Arnaud Le Hors - lehors@w3.org
3
-# $Id: Makefile,v 2.12 1998-02-24 02:06:01 bbos Exp $
+# $Id: Makefile,v 2.13 1998-02-24 07:57:55 bbos Exp $
4
5
# what needs to be set for every new release:
6
# Note use of full year (1998) in identifier.
@@ -334,7 +334,8 @@ $(DESCBLKSDIR)/blocks.ok: $(DESCSRC)
334
335
cover.srd: cover.src build/contents.srb build/minicontents.srb
336
@echo "=========== making" $@
337
- $(HIPP) $(INCLUDES) $< $@
+ $(HIPP) $(INCLUDES) $< |\
338
+ $(ADDCITE) -r $(REFS) $(REFSRCS) >$@
339
340
cover.html: cover.srd Project.cfg
341
0 commit comments