Skip to content

Commit a80078e

Browse files
committed
[css2] Name should be REC-CSS2, not REC-css2, shouldn't it?
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401703
1 parent c6f9006 commit a80078e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 3 additions & 3 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.46 1998-05-11 23:31:50 bbos Exp $
3+
# $Id: Makefile,v 2.47 1998-05-12 12:26:09 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
77
THE_DATE = 12-May-1998
8-
THE_ID = REC-css2-19980512
8+
THE_ID = REC-CSS2-19980512
99
THIS_VERSION = http://www.w3.org/TR/1998/$(THE_ID)
1010
THE_PREVIOUS_VERSION = http://www.w3.org/TR/1998/PR-CSS2-19980324
11-
PERMANENT_NAME = REC-css2
11+
PERMANENT_NAME = REC-CSS2
1212
THE_LATEST_VERSION = http://www.w3.org/TR/$(PERMANENT_NAME)
1313
CSSGROUPDIR = /afs/w3.org/pub/WWW/Style/Group
1414
TR_DIR = /afs/w3.org/pub/WWW/TR

0 commit comments

Comments
 (0)