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 +