diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 45fb00d6..ce5e46e9 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -14,6 +14,8 @@ import quickbook ; +path-constant boost-images : ../../../doc/src/images ; + xml config : config.qbk @@ -49,10 +51,12 @@ boostbook standalone # Set this one for PDF generation *only*: # default pnd graphics are awful in PDF form, # better use SVG's instead: - #admon.graphics.extension=".svg" + pdf:admon.graphics.extension=".svg" + pdf:admon.graphics.path=$(boost-images)/ ; +