Skip to content

Commit b933cbe

Browse files
committed
[css2] Reset date to DD MMMMM YYY and status to MO.
Updated date and name of previous version. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402939
1 parent bef2332 commit b933cbe

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

css2/Makefile

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.109 2009-04-20 13:40:49 bbos Exp $
3+
# $Id: Makefile,v 2.110 2009-04-23 14:52:10 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
7-
#THE_YEAR = YYYY
8-
THE_YEAR = 2009
9-
#THE_MONTH = MM
10-
THE_MONTH = 04
11-
#THE_MONTHNAME = MMMMM
12-
THE_MONTHNAME = April
13-
#THE_DAY = DD
14-
THE_DAY = 23
15-
THE_STATUS = CR
16-
THE_STATUSNAME = Candidate Recommendation
17-
18-
PREV_YEAR = 2007
19-
PREV_MONTH = 07
20-
PREV_DAY = 19
7+
THE_YEAR = YYYY
8+
THE_MONTH = MM
9+
THE_MONTHNAME = MMMMM
10+
THE_DAY = DD
11+
THE_STATUS = MO
12+
THE_STATUSNAME = Member-only Draft
13+
14+
PREV_YEAR = 2009
15+
PREV_MONTH = 04
16+
PREV_DAY = 23
2117
PREV_STATUS = CR
22-
PREV_NAME = CSS21
18+
PREV_NAME = CSS2
2319

2420
PERMANENT_NAME = CSS2
2521

css2/Project.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
# value contains spaces.
1111
#
1212
# Bert Bos <bert@w3.org>
13-
# $Id: Project.cfg,v 2.19 2007-05-16 19:21:05 bbos Exp $
13+
# $Id: Project.cfg,v 2.20 2009-04-23 14:52:10 bbos Exp $
1414

1515
@source-extension .src
1616

1717
@stylesheet style/default.css text/css
18-
@stylesheet http://www.w3.org/StyleSheets/TR/W3C-CR.css text/css
18+
@stylesheet http://www.w3.org/StyleSheets/TR/W3C-MO.css text/css
1919
@contents "cover.html#minitoc"
2020

2121
# Additional links. If for navbar, then add a 3rd column

0 commit comments

Comments
 (0)