From ea5ea7f001013829bb1aa1519abfdce0914797f5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 24 Aug 2009 10:31:43 +0000 Subject: [PATCH] Fix up logic and date_time Jamfiles so they build needed dependencies. Fix PDF image paths in fusion Jamfile.v2. Add fusion to the PDF build. [SVN r55757] --- doc/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Jamfile b/doc/Jamfile index dc8fefe7..0feef100 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,9 @@ 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)/ ; + +