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