Skip to content

Commit 88059a8

Browse files
committed
[css2] Set CR as "previous draft."
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402236
1 parent 2d33bf4 commit 88059a8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css2/Makefile

Lines changed: 7 additions & 7 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.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
1111
THE_STATUS = CR
1212
THE_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

1919
PERMANENT_NAME = CSS21
2020

@@ -585,9 +585,9 @@ HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
585585

586586
diffs: $(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

0 commit comments

Comments
 (0)