We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbbb06 commit 794464eCopy full SHA for 794464e
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.13 1998-02-24 07:57:55 bbos Exp $
+# $Id: Makefile,v 2.14 1998-03-09 12:39:11 bbos Exp $
4
5
# what needs to be set for every new release:
6
# Note use of full year (1998) in identifier.
@@ -224,6 +224,7 @@ LN= ln
224
$(MKTOC) -l 2 -r $*.html $(HEADINGDB) >>$@
225
echo "</div>" >>$@
226
227
+#%.html: %.subtoc Project.cfg
228
%.html: %.subtoc $(SPECSRCS:.src=.srd) Project.cfg
229
@echo "=========== making" $@
230
$(ADDLINKS) $(VALUEDB) $*.srd propinst-/propdef- descinst-/descdef- value-inst-/value-def- |\
0 commit comments