Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55759 - trunk/libs/fusion/doc
From: john_at_[hidden]
Date: 2009-08-24 06:32:40


Author: johnmaddock
Date: 2009-08-24 06:32:39 EDT (Mon, 24 Aug 2009)
New Revision: 55759
URL: http://svn.boost.org/trac/boost/changeset/55759

Log:
Fix PDF image paths.
Text files modified:
   trunk/libs/fusion/doc/Jamfile | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: trunk/libs/fusion/doc/Jamfile
==============================================================================
--- trunk/libs/fusion/doc/Jamfile (original)
+++ trunk/libs/fusion/doc/Jamfile 2009-08-24 06:32:39 EDT (Mon, 24 Aug 2009)
@@ -9,6 +9,8 @@
 import boostbook : boostbook ;
 using quickbook ;
 
+path-constant images_location : html ;
+
 boostbook quickbook
     :
         fusion.qbk
@@ -21,5 +23,8 @@
         <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)/
     ;
 
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk