From 2e9cf20cd0639c16e0a04c45364dad3738ae74c8 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] --- doc/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 99cd6cf1..6858f762 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -8,7 +8,7 @@ path-constant admonishment_location : ../../../../doc/src/images ; xml unordered : unordered.qbk ; boostbook standalone : unordered : - admon.graphics.path=images/ + html:admon.graphics.path=images/ navig.graphics.path=images/ html.stylesheet=boostbook.css boost.root=../../../.. @@ -51,6 +51,7 @@ boostbook standalone : unordered : pdf:img.src.path=$(images_location)/ #pdf:admon.graphics.path=$(admonishment_location) pdf:draft.mode="no" + pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/unordered/doc/html ; install css : [ glob $(BOOST_ROOT)/doc/src/*.css ] @@ -59,3 +60,4 @@ install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ] : html/images ; explicit css ; explicit images ; +