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.116 2011-05-25 23:15:16 bbos Exp $
3+ # $Id: Makefile,v 2.117 2011-06-02 23:11:57 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 = 2011
9- THE_MONTH = MM
10- # THE_MONTH = 04
11- THE_MONTHNAME = MMMMM
12- # THE_MONTHNAME = April
13- THE_DAY = DD
14- # THE_DAY = 12
15- THE_STATUS = ED
16- # THE_STATUS = PR
17- THE_STATUSNAME = Editors Draft
18- # THE_STATUSNAME = Proposed Recommendation
7+ # THE_YEAR = YYYY
8+ THE_YEAR = 2011
9+ # THE_MONTH = MM
10+ THE_MONTH = 06
11+ # THE_MONTHNAME = MMMMM
12+ THE_MONTHNAME = June
13+ # THE_DAY = DD
14+ THE_DAY = 07
15+ # THE_STATUS = ED
16+ THE_STATUS = REC
17+ # THE_STATUSNAME = Editors Draft
18+ THE_STATUSNAME = Recommendation
1919
2020PREV_YEAR = 2011
2121PREV_MONTH = 04
You can’t perform that action at this time.
0 commit comments