diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 6926164..7143451 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -5,6 +5,8 @@ using quickbook ; +path-constant boost-images : ../../../doc/src/images ; + xml type_traits : type_traits.qbk ; boostbook standalone : @@ -54,10 +56,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)/ ; #install html : ../../../doc/html/boostbook.css ; #install ../ : ../../../boost.png ; +