Skip to content

Commit a0c61b6

Browse files
committed
[css2] Now installs css2.ps.gz instead of css2.ps.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401723
1 parent df22798 commit a0c61b6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 6 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.48 1998-05-12 16:38:53 ijacobs Exp $
3+
# $Id: Makefile,v 2.49 1998-05-13 11:02:16 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -296,8 +296,8 @@ install: all css2.tgz
296296
-$(RM) -f $(TR_DIR)/$(PERMANENT_NAME)
297297
$(LN) -s $(INSTALLDIR) $(TR_DIR)/$(PERMANENT_NAME)
298298

299-
install-ps: install css2.ps
300-
$(CP) css2.ps $(INSTALLDIR)
299+
install-ps: install css2.ps.gz
300+
$(CP) css2.ps.gz $(INSTALLDIR)
301301

302302
# install all, except ps, which takes too long.
303303
install-all: install css2.zip css2.txt
@@ -333,6 +333,9 @@ css2.ps ps: all
333333
-@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done)
334334
$(HTML2PS) $(SPECOBJS) $(INDEXES) > $@
335335

336+
css2.ps.gz: css2.ps
337+
gzip <$< >$@
338+
336339
css2.html html: $(SPECOBJS) $(INDEXES)
337340
$(HTMLCAT) - $(SPECOBJS) $(INDEXES) | \
338341
$(HTMLTRIM) div navbar - $@

0 commit comments

Comments
 (0)