From a82f5ca4662b6c81848898981e321d6ca776023e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 23 Feb 2009 18:39:32 +0000 Subject: [PATCH] Merge PDF build changes from Trunk. [SVN r51417] --- hash/doc/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hash/doc/Jamfile.v2 b/hash/doc/Jamfile.v2 index 731a228..709e49a 100644 --- a/hash/doc/Jamfile.v2 +++ b/hash/doc/Jamfile.v2 @@ -5,7 +5,7 @@ xml hash : hash.qbk ; boostbook standalone : hash : - admon.graphics.path=images/ + html:admon.graphics.path=images/ navig.graphics.path=images/ html.stylesheet=boostbook.css boost.root=../../../../.. @@ -15,6 +15,7 @@ boostbook standalone : hash : generate.section.toc.level=2 toc.section.depth=1 toc.max.depth=1 + pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/hash/doc/html css images @@ -26,3 +27,4 @@ install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] : html/images ; explicit css ; explicit images ; +