We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f40cc commit 4c688dfCopy full SHA for 4c688df
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.76 2003-08-20 16:38:44 bbos Exp $
+# $Id: Makefile,v 2.77 2003-08-24 21:26:23 bbos Exp $
4
5
# what needs to be set for every new release:
6
# Note use of full year (1998) in identifier.
@@ -579,7 +579,7 @@ PREVREC = ../../../TR/1998/REC-CSS2-19980512
579
PREVWD = ../../../TR/$(PREV_YEAR)/$(PREV_STATUS)-$(PERMANENT_NAME)-$(PREV_DATE)
580
HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
581
582
-diffs: $(SPECOBJS)
+diffs: $(SPECOBJS) $(INDEXES)
583
(cd diffs-rec;\
584
make PREV=../$(PREVREC) HTMLDIFF="$(HTMLDIFF)" $(SPECOBJS))
585
(cd diffs-wd;\
0 commit comments