Skip to content

Commit 9e85955

Browse files
committed
[css2] Changed date to Sep 15 (instead of 5).
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402182
1 parent a2e1190 commit 9e85955

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.80 2003-09-05 16:32:13 bbos Exp $
3+
# $Id: Makefile,v 2.81 2003-09-15 18:40:07 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
77
THE_YEAR = 2003
88
THE_MONTH = 09
99
THE_MONTHNAME = September
10-
THE_DAY = 05
10+
THE_DAY = 15
1111
THE_STATUS = WD
1212
THE_STATUSNAME = Working Draft
1313

@@ -584,9 +584,9 @@ PREVWD = ../../../TR/$(PREV_YEAR)/$(PREV_STATUS)-$(PERMANENT_NAME)-$(PREV_DATE)
584584
HTMLDIFF = htmldiff -i -w '<del>' -x '</del>' -y '<ins>' -z '</ins>'
585585

586586
diffs: $(SPECOBJS) $(INDEXES)
587-
(cd diffs-rec;\
587+
-(cd diffs-rec;\
588588
make PREV=../$(PREVREC) HTMLDIFF="$(HTMLDIFF)" $(SPECOBJS))
589-
(cd diffs-wd;\
589+
-(cd diffs-wd;\
590590
make PREV=../$(PREVWD) HTMLDIFF="$(HTMLDIFF)" $(SPECOBJS))
591591

592592

0 commit comments

Comments
 (0)