forked from boostorg/type_traits
Fix PDF build from within boost-root/doc/pdf.
[SVN r69512]
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user