Skip to content

Commit f59f918

Browse files
committed
[css2] Reverted to using html2ps while the version of prince on Homer can't
yet deal with the generated HTML file. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402425
1 parent bfe4202 commit f59f918

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css2/Makefile

Lines changed: 11 additions & 11 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.95 2006-04-06 23:27:27 bbos Exp $
3+
# $Id: Makefile,v 2.96 2006-04-06 23:35:58 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -215,7 +215,7 @@ ADDLONGDESC = $(PERL) ./bin/addlongdesc
215215
#
216216
HTML2PS= $(PERL) bin/html2ps -d -f html2psrc2
217217
PDF2PS=pdftops
218-
HTML2PDF=prince -i html
218+
#HTML2PDF=prince -i html
219219

220220
# IDRAW -> PS -> GIF tools
221221
#PSTOPNM = ./bin/mypstopnm -r 75
@@ -347,26 +347,26 @@ errata.html : errata.src
347347

348348
extras: css2.ps.gz css2.pdf css2.txt css2.zip css2.tgz
349349

350-
#css2.ps ps: build/blocks.ok $(SPECOBJS) images/pngs.ok $(IMAGES)
350+
css2.ps: build/blocks.ok $(SPECOBJS) images/pngs.ok $(IMAGES)
351351
# Because of memory limitations in html2ps, use the
352352
# automagic feature that any *.gif files are not
353353
# converted to ps if there's a *.ps file in the same
354354
# directory.
355-
# -@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done)
356-
# $(HTML2PS) $(SPECOBJS) > $@
355+
-@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done)
356+
$(HTML2PS) $(SPECOBJS) > $@
357357

358-
css2.ps: css2.pdf
359-
$(PDF2PS) $< $@
358+
#css2.ps: css2.pdf
359+
# $(PDF2PS) $< $@
360360

361361
css2.ps.gz: css2.ps
362362
gzip <$< >$@
363363

364364
# This requires Acrobat Distiller or equivalent
365-
#css2.pdf pdf: css2.ps
366-
# $(DISTILL) css2.ps
365+
css2.pdf: css2.ps
366+
$(DISTILL) css2.ps
367367

368-
css2.pdf: css2.html
369-
$(HTML2PDF) $< $@
368+
#css2.pdf: css2.html
369+
# $(HTML2PDF) $< $@
370370

371371
css2.html html: $(SPECOBJS)
372372
$(HTMLCAT) - $(SPECOBJS) | \

0 commit comments

Comments
 (0)