Fix PDF build from within boost-root/doc/pdf.

[SVN r69512]
This commit is contained in:
John Maddock
2011-03-03 11:23:57 +00:00
parent 5c40f50432
commit 104afb9ba4

View File

@ -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
<auto-index>on <format>pdf:<auto-index-internal>off
<format>html:<auto-index-internal>on
<auto-index-script>index.idx
<auto-index-prefix>../../..
<quickbook-define>enable_index
<format>pdf:<xsl:param>index.on.type=1 ;
<auto-index-script>$(here)/index.idx
<auto-index-prefix>$(here)/../../..
<quickbook-define>enable_index ;
}
else
{
@ -85,3 +86,4 @@ install pdf-install : standalone : <install-type>PDF <location>. <name>type_trai