Skip to content

Commit b490986

Browse files
committed
[css2] Now using ps2pdf instead of distill to create PDF.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402021
1 parent 8111aec commit b490986

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 4 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.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
143143
GREP = grep
144144
LS = ls
145145
HTML2TXT = lynx -cfg lynx.cfg -dump -nolist
146+
DISTILL = ps2pdf
146147

147148
# HTML include preprocessor (for includes)
148149
HIPP= $(PERL) ./bin/hipp
@@ -345,9 +346,9 @@ css2.ps ps: build/blocks.ok $(SPECOBJS) $(INDEXES) images/pngs.ok $(IMAGES)
345346
css2.ps.gz: css2.ps
346347
gzip <$< >$@
347348

348-
# This requires Acrobat Distiller
349+
# This requires Acrobat Distiller or equivalent
349350
css2.pdf: css2.ps
350-
distill css2.ps
351+
$(DISTILL) css2.ps
351352

352353
css2.html html: $(SPECOBJS) $(INDEXES)
353354
$(HTMLCAT) - $(SPECOBJS) $(INDEXES) | \

0 commit comments

Comments
 (0)