We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325249b commit ea9a9aaCopy full SHA for ea9a9aa
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.24 1998-03-23 19:53:46 bbos Exp $
+# $Id: Makefile,v 2.25 1998-03-24 14:02:21 bbos Exp $
4
5
# what needs to be set for every new release:
6
# Note use of full year (1998) in identifier.
@@ -275,6 +275,7 @@ install: all css2.tgz
275
-$(RM) -f $(CSSGROUPDIR)/issues.html
276
-$(RM) $(CSSGROUPDIR)/css2-issues.html
277
$(LN) -s $(INSTALLDIR)/issues.html $(CSSGROUPDIR)/css2-issues.html
278
+ -$(RM) $(INSTALLDIR)Overview.html
279
$(LN) -s $(INSTALLDIR)/cover.html $(INSTALLDIR)Overview.html
280
-$(RM) -f $(TR_DIR)/$(PERMANENT_NAME)
281
$(LN) -s $(INSTALLDIR) $(TR_DIR)/$(PERMANENT_NAME)
0 commit comments