We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72396a2 commit b5c4f97Copy full SHA for b5c4f97
1 file changed
css2/Makefile
@@ -1,6 +1,6 @@
1
# Makefile to generate the CSS2 document based on its "source files"
2
# Arnaud Le Hors - lehors@w3.org
3
-# $Id: Makefile,v 2.27 1998-03-24 14:45:14 bbos Exp $
+# $Id: Makefile,v 2.28 1998-03-24 15:09:23 ijacobs Exp $
4
5
# what needs to be set for every new release:
6
# Note use of full year (1998) in identifier.
@@ -9,7 +9,7 @@ THE_ID = PR-CSS2-19980324
9
THIS_VERSION = http://www.w3.org/TR/1998/$(THE_ID)
10
THE_PREVIOUS_VERSION = http://www.w3.org/TR/1998/WD-css2-19980128
11
PERMANENT_NAME = PR-CSS2
12
-THE_LATEST_VERSION = http://www.w3.org/TR/1998/$(PERMANENT_NAME)
+THE_LATEST_VERSION = http://www.w3.org/TR/$(PERMANENT_NAME)
13
CSSGROUPDIR = /afs/w3.org/pub/WWW/Style/Group
14
TR_DIR = /afs/w3.org/pub/WWW/TR
15
INSTALLDIR = $(TR_DIR)/1998/$(THE_ID)
0 commit comments