From 0dd1f341c825a71af8c52dd85416fe9442539452 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 24 Aug 2009 10:32:39 +0000 Subject: [PATCH] Fix PDF image paths. [SVN r55759] --- doc/Jamfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Jamfile b/doc/Jamfile index dc8fefe7..b09cd291 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -9,6 +9,8 @@ project boost/libs/fusion/doc ; import boostbook : boostbook ; using quickbook ; +path-constant images_location : html ; + boostbook quickbook : fusion.qbk @@ -21,5 +23,8 @@ boostbook quickbook toc.section.depth=3 toc.max.depth=3 generate.section.toc.level=4 + pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/fusion/doc/html + pdf:img.src.path=$(images_location)/ ; +