Skip to content

Commit c5888c7

Browse files
committed
[css2] Fixed bug that caused Overview to be created in wrong place.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401414
1 parent 99c642a commit c5888c7

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,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.26 1998-03-24 14:07:00 ijacobs Exp $
3+
# $Id: Makefile,v 2.27 1998-03-24 14:45:14 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -275,8 +275,8 @@ install: all css2.tgz
275275
-$(RM) -f $(CSSGROUPDIR)/issues.html
276276
-$(RM) $(CSSGROUPDIR)/css2-issues.html
277277
$(LN) -s $(INSTALLDIR)/issues.html $(CSSGROUPDIR)/css2-issues.html
278-
-$(RM) $(INSTALLDIR)Overview.html
279-
$(LN) -s $(INSTALLDIR)/cover.html $(INSTALLDIR)Overview.html
278+
-$(RM) $(INSTALLDIR)/Overview.html
279+
$(LN) -s $(INSTALLDIR)/cover.html $(INSTALLDIR)/Overview.html
280280
-$(RM) -f $(TR_DIR)/$(PERMANENT_NAME)
281281
$(LN) -s $(INSTALLDIR) $(TR_DIR)/$(PERMANENT_NAME)
282282

0 commit comments

Comments
 (0)