File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
303303install-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+
336339css2.html html : $(SPECOBJS ) $(INDEXES )
337340 $(HTMLCAT ) - $(SPECOBJS ) $(INDEXES ) | \
338341 $(HTMLTRIM ) div navbar - $@
You can’t perform that action at this time.
0 commit comments