From 104afb9ba4642fe52b8b5fa032a1619731ccd113 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 3 Mar 2011 11:23:57 +0000 Subject: [PATCH] Fix PDF build from within boost-root/doc/pdf. [SVN r69512] --- doc/Jamfile.v2 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 31cd750..096aaeb 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -5,6 +5,8 @@ import modules ; +path-constant here : . ; + if --enable-index in [ modules.peek : ARGV ] { ECHO "Building the type_traits docs with automatic index generation enabled." ; @@ -12,10 +14,9 @@ if --enable-index in [ modules.peek : ARGV ] project : requirements on pdf:off html:on - index.idx - ../../.. - enable_index - pdf:index.on.type=1 ; + $(here)/index.idx + $(here)/../../.. + enable_index ; } else { @@ -85,3 +86,4 @@ install pdf-install : standalone : PDF . type_trai +