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)/ ; + +