Update Jamfiles and build scripts for PDF generation.

Set local_function image DPI's for better PDF builds.

[SVN r78849]
This commit is contained in:
John Maddock 2012-06-07 16:47:33 +00:00
parent 2fc827ad23
commit ad5cf8cf08

View File

@ -29,3 +29,16 @@ boostbook doc : index
<xsl:param>boost.root=../../../../..
;
#
# This is very imperfect - it results in both html and pdf docs being built,
# for some reason I can't get the "onehtml" format specified above to play nice
# with the usual incantations for mixed pdf/html builds. JM 06/2012.
#
boostbook pdf_doc : index
:
<format>pdf
<format>html:<build>no
;
install pdf_doc_install : pdf_doc : <location>. <name>identity_type.pdf <install-type>PDF ;