diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 75f627d..31cd750 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -14,7 +14,8 @@ if --enable-index in [ modules.peek : ARGV ] html:on index.idx ../../.. - enable_index ; + enable_index + pdf:index.on.type=1 ; } else { @@ -76,8 +77,10 @@ boostbook standalone pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/type_traits/doc/html ; -#install html : ../../../doc/html/boostbook.css ; -#install ../ : ../../../boost.png ; +install pdf-install : standalone : PDF . type_traits.pdf ; + + +