forked from boostorg/type_traits
Fix PDF build from within boost-root/doc/pdf
[SVN r69511]
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,8 +14,8 @@ 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>../../..
|
||||
<auto-index-script>$(here)/index.idx
|
||||
<auto-index-prefix>$(here)/../../..
|
||||
<quickbook-define>enable_index ;
|
||||
}
|
||||
else
|
||||
@@ -82,3 +84,5 @@ boostbook standalone
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user