From 24ffb35f130bc7b2e135b31a9bd9e57f883a0fe4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 7 Jun 2012 12:32:56 +0000 Subject: [PATCH] Changes required to build PDF versions of docs. [SVN r78845] --- doc/Jamfile.v2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index dd80748..f3cef42 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -11,6 +11,7 @@ using auto-index ; import doxygen ; import quickbook ; +path-constant here : . ; doxygen autodoc : @@ -77,7 +78,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 @@ -86,6 +87,9 @@ 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)/../../.." ; + +install : standalone : intrusive.pdf . PDF pdf ; +