forked from boostorg/config
Update Jamfiles to make PDF generation easier.
[SVN r39714]
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
|
||||
import quickbook ;
|
||||
|
||||
path-constant boost-images : ../../../doc/src/images ;
|
||||
|
||||
xml config
|
||||
:
|
||||
config.qbk
|
||||
@ -49,10 +51,12 @@ boostbook standalone
|
||||
# Set this one for PDF generation *only*:
|
||||
# default pnd graphics are awful in PDF form,
|
||||
# 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)/
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user