mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-31 21:14:43 +02:00
Fix PDF image paths.
[SVN r55759]
This commit is contained in:
@@ -9,6 +9,8 @@ project boost/libs/fusion/doc ;
|
|||||||
import boostbook : boostbook ;
|
import boostbook : boostbook ;
|
||||||
using quickbook ;
|
using quickbook ;
|
||||||
|
|
||||||
|
path-constant images_location : html ;
|
||||||
|
|
||||||
boostbook quickbook
|
boostbook quickbook
|
||||||
:
|
:
|
||||||
fusion.qbk
|
fusion.qbk
|
||||||
@@ -21,5 +23,8 @@ boostbook quickbook
|
|||||||
<xsl:param>toc.section.depth=3
|
<xsl:param>toc.section.depth=3
|
||||||
<xsl:param>toc.max.depth=3
|
<xsl:param>toc.max.depth=3
|
||||||
<xsl:param>generate.section.toc.level=4
|
<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)/
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user