Skip to content

Commit e6e8045

Browse files
committed
[css2] Minor changes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40761
1 parent a1d545c commit e6e8045

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 2 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 1.75 1998-01-28 06:30:30 ijacobs Exp $
3+
# $Id: Makefile,v 1.76 1998-01-29 00:17:15 ijacobs Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -233,7 +233,6 @@ install: all css20.tgz
233233
-(cd $(CSSGROUPDIR); rm -f issues.html; \
234234
$(RM) css2-issues.html; \
235235
$(LN) -s $(INSTALLDIR)/issues.html css2-issues.html)
236-
# $(CP) html2psrc $(INSTALLDIR)
237236
(cd $(INSTALLDIR); $(LN) -s cover.html Overview.html)
238237

239238
install-all: install css20.zip css20.ps css20.txt
@@ -422,7 +421,7 @@ build/todo.srb: DOC/todo.db
422421

423422
### check on the document to see if it's valid
424423

425-
check: checkdoc checkspaces checkprops checkrefs checkspell checksample checklnx
424+
check: checkdoc checkspaces checkprops checkrefs checkspell checksample checklnx checkx
426425

427426
FILES= $(MAINOBJS) $(APPENDIXES) $(REFS) $(INDEXES)
428427

0 commit comments

Comments
 (0)