Update Jamfiles to make PDF generation easier.

[SVN r39714]
This commit is contained in:
John Maddock
2007-10-05 17:49:12 +00:00
parent e1484fc788
commit 445bfd915c

View File

@ -5,6 +5,8 @@
using quickbook ; using quickbook ;
path-constant boost-images : ../../../doc/src/images ;
xml regex : regex.qbk ; xml regex : regex.qbk ;
boostbook standalone boostbook standalone
: :
@ -48,13 +50,8 @@ boostbook standalone
# Set this one for PDF generation *only*: # Set this one for PDF generation *only*:
# default pnd graphics are awful in PDF form, # default pnd graphics are awful in PDF form,
# better use SVG's instead: # better use SVG's instead:
#<xsl:param>admon.graphics.extension=".svg" <format>pdf:<xsl:param>admon.graphics.extension=".svg"
<format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
; ;