From 4f8c63f125d707e5776e349924af39999fa946e3 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 7 Jun 2012 16:47:33 +0000 Subject: [PATCH] Update Jamfiles and build scripts for PDF generation. Set local_function image DPI's for better PDF builds. [SVN r78849] --- doc/Jamfile.v2 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 05bf622..9b11f38 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -13,6 +13,7 @@ import quickbook ; using auto-index ; path-constant images_location : html ; +path-constant here : . ; doxygen autodoc : @@ -70,7 +71,7 @@ boostbook standalone html:on # Set the name of the script file to use (index.idx is popular): - index.idx + $(here)/index.idx # Commands in the script file should all use RELATIVE PATHS # otherwise the script will not be portable to other machines. # Relative paths are normally taken as relative to the location @@ -79,6 +80,14 @@ boostbook standalone # The path specified by may be either relative or # absolute, for example the following will get us up to the boost root # directory for most Boost libraries: - "../../.." + "$(here)/../../.." + pdf:admon.graphics.extension=".svg" ; + +install pdf-install : standalone : PDF . container.pdf ; + + + + +