File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Makefile to generate the CSS2 document based on its "source files"
22# Arnaud Le Hors - lehors@w3.org
3- # $Id: Makefile,v 2.85 2004-02-25 16:12:01 bbos Exp $
3+ # $Id: Makefile,v 2.86 2004-03-08 18:33:57 bbos Exp $
44
55# what needs to be set for every new release:
66# Note use of full year (1998) in identifier.
@@ -11,10 +11,10 @@ THE_DAY = 25
1111THE_STATUS = CR
1212THE_STATUSNAME = Candidate Recommendation
1313
14- PREV_YEAR = 2003
15- PREV_MONTH = 09
16- PREV_DAY = 15
17- PREV_STATUS = WD
14+ PREV_YEAR = 2004
15+ PREV_MONTH = 02
16+ PREV_DAY = 25
17+ PREV_STATUS = CR
1818
1919PERMANENT_NAME = CSS21
2020
@@ -585,9 +585,9 @@ HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
585585
586586diffs : $(SPECOBJS ) $(INDEXES )
587587 -(cd diffs-rec; \
588- make PREV=../$(PREVREC ) HTMLDIFF=" $( HTMLDIFF) " $(SPECOBJS ) )
588+ make PREV=../$(PREVREC ) HTMLDIFF=" $( HTMLDIFF) " $(SPECOBJS ) $( INDEXES ) )
589589 -(cd diffs-wd; \
590- make PREV=../$(PREVWD ) HTMLDIFF=" $( HTMLDIFF) " $(SPECOBJS ) )
590+ make PREV=../$(PREVWD ) HTMLDIFF=" $( HTMLDIFF) " $(SPECOBJS ) $( INDEXES ) )
591591
592592
593593.PHONY : all install install-all clean realclean checkx diffs
You can’t perform that action at this time.
0 commit comments