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.67 2003-01-21 14:26:50 bbos Exp $
3+ # $Id: Makefile,v 2.68 2003-01-21 17:15:48 bbos Exp $
44
55# what needs to be set for every new release:
66# Note use of full year (1998) in identifier.
@@ -143,6 +143,7 @@ DIFF = diff
143143GREP = grep
144144LS = ls
145145HTML2TXT = lynx -cfg lynx.cfg -dump -nolist
146+ DISTILL = ps2pdf
146147
147148# HTML include preprocessor (for includes)
148149HIPP = $(PERL ) ./bin/hipp
@@ -345,9 +346,9 @@ css2.ps ps: build/blocks.ok $(SPECOBJS) $(INDEXES) images/pngs.ok $(IMAGES)
345346css2.ps.gz : css2.ps
346347 gzip < $< > $@
347348
348- # This requires Acrobat Distiller
349+ # This requires Acrobat Distiller or equivalent
349350css2.pdf : css2.ps
350- distill css2.ps
351+ $( DISTILL ) css2.ps
351352
352353css2.html html : $(SPECOBJS ) $(INDEXES )
353354 $(HTMLCAT ) - $(SPECOBJS ) $(INDEXES ) | \
You can’t perform that action at this time.
0 commit comments