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 + +