Skip to content

Commit bfe4202

Browse files
committed
[css2] Added "-i html" to prince command line.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402424
1 parent 4542c19 commit bfe4202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 2 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.94 2006-04-06 23:26:09 bbos Exp $
3+
# $Id: Makefile,v 2.95 2006-04-06 23:27:27 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
218+
HTML2PDF=prince -i html
219219

220220
# IDRAW -> PS -> GIF tools
221221
#PSTOPNM = ./bin/mypstopnm -r 75

0 commit comments

Comments
 (0)