From 6b8890aec8c91d1008306d6958160a62719edcfe Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 19 Jan 2011 12:49:55 +0000 Subject: [PATCH] Fix PDF name and PDF index generation. [SVN r68284] --- doc/Jamfile.v2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 ; + + +