Skip to content

Commit 87eae62

Browse files
committed
[css2] Put "??" in the document's identifier; to be corrected for next
publication. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401937
1 parent 611b8f2 commit 87eae62

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css2/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.60 2002-08-02 14:54:02 bbos Exp $
3+
# $Id: Makefile,v 2.61 2002-08-07 12:59:53 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
7-
THE_PREVIOUS_VERSION = http://www.w3.org/TR/1998/REC-CSS2-19980512
7+
THE_PREVIOUS_VERSION = http://www.w3.org/TR/2002/WD-CSS21-20020802
88
PERMANENT_NAME = CSS21
9-
THE_YEAR = 2002
10-
THE_DATE = 2 August $(THE_YEAR)
11-
THE_ID = WD-$(PERMANENT_NAME)-$(THE_YEAR)0802
9+
THE_YEAR = 200?
10+
THE_DATE = ?? ???? $(THE_YEAR)
11+
THE_ID = WD-$(PERMANENT_NAME)-$(THE_YEAR)????
1212

1313
THE_LOC = $(THE_YEAR)/$(THE_ID)
1414
THIS_VERSION = http://www.w3.org/TR/$(THE_LOC)

0 commit comments

Comments
 (0)