mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
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:
parent
2fc827ad23
commit
ad5cf8cf08
@ -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 ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user