From 023bec7ba020e6269f6b5b65db9f9662e7b97657 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 3 Mar 2011 11:22:48 +0000 Subject: [PATCH] Fix PDF build from within boost-root/doc/pdf [SVN r69511] --- doc/Jamfile.v2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 75f627d..a5ec1c8 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,8 +14,8 @@ if --enable-index in [ modules.peek : ARGV ] project : requirements on pdf:off html:on - index.idx - ../../.. + $(here)/index.idx + $(here)/../../.. enable_index ; } else @@ -82,3 +84,5 @@ boostbook standalone + +