Fix PDF image paths.

[SVN r55759]
This commit is contained in:
John Maddock
2009-08-24 10:32:39 +00:00
parent 564280e622
commit 0dd1f341c8

View File

@ -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,8 @@ boostbook quickbook
<xsl:param>toc.section.depth=3
<xsl:param>toc.max.depth=3
<xsl:param>generate.section.toc.level=4
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/fusion/doc/html
<format>pdf:<xsl:param>img.src.path=$(images_location)/
;