Skip to content

Commit 62cae64

Browse files
committed
[css2] Better still
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4059
1 parent 3abf2cf commit 62cae64

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css2/Makefile

Lines changed: 8 additions & 8 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.18 1997-09-09 01:05:20 ian Exp $
3+
# $Id: Makefile,v 1.19 1997-09-09 01:21:42 ian Exp $
44

55
ROOT = .
66

@@ -162,17 +162,17 @@ install: all css20.tgz
162162
@if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR);fi
163163
$(CP) css20.tgz $(INSTALLDIR)
164164
(cd $(INSTALLDIR); $(TAR) xvzf css20.tgz)
165+
$(CP) Overview.html html2psrc $(INSTALLDIR)
165166

166-
install-all: install css20.tgz css20.zip css20.ps css20.txt
167-
$(CP) css20.zip css20.ps css20.txt \
168-
Overview.html html2psrc $(INSTALLDIR)
167+
install-all: install css20.zip css20.ps css20.txt
168+
$(CP) css20.zip css20.ps css20.txt $(INSTALLDIR)
169169

170170
#### Special section to build PS file and single plain text file
171171

172-
css20.ps ps: $(PROPERTYDB) $(VALUEDB) $(HEADINGDB) $(SPECOBJS) $(INDEXES)
172+
css20.ps ps: all
173173
$(HTML2PS) $(MAINOBJS) $(APPENDIXES) $(INDEXES) > $@
174174

175-
css20.html html: $(PROPERTYDB) $(VALUEDB) $(HEADINGDB) $(SPECOBJS) $(INDEXES)
175+
css20.html html: all
176176
$(HTMLCAT) $@ $(MAINOBJS) $(APPENDIXES) $(INDEXES)
177177

178178
# the following requires to be on unix and have Netscape running...
@@ -182,10 +182,10 @@ css20.txt txt: css20.html
182182

183183
####
184184

185-
css20.tgz:
185+
css20.tgz: all
186186
$(TAR) czf $@ $(ALLOBJS)
187187

188-
css20.zip:
188+
css20.zip: all
189189
$(ZIP) $@ $(ALLOBJS)
190190

191191
#### Section generate property/descriptor tables from property database.

0 commit comments

Comments
 (0)