Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-31 13:43:17


Author: danieljames
Date: 2008-03-31 13:43:16 EDT (Mon, 31 Mar 2008)
New Revision: 43966
URL: http://svn.boost.org/trac/boost/changeset/43966

Log:
Fix the image directory for standalone docs.
Text files modified:
   branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 | 2 ++
   branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 | 2 ++
   2 files changed, 4 insertions(+), 0 deletions(-)

Modified: branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 2008-03-31 13:43:16 EDT (Mon, 31 Mar 2008)
@@ -5,6 +5,8 @@
 
 xml hash : hash.qbk ;
 boostbook standalone : hash :
+ <xsl:param>admon.graphics.path=images/
+ <xsl:param>navig.graphics.path=images/
     <xsl:param>boost.root=../../../../..
     <xsl:param>boost.libraries=../../../../libraries.htm
     <xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css

Modified: branches/unordered/trunk/libs/unordered/doc/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/unordered/doc/Jamfile.v2 2008-03-31 13:43:16 EDT (Mon, 31 Mar 2008)
@@ -5,6 +5,8 @@
 
 xml unordered : unordered.qbk ;
 boostbook standalone : unordered :
+ <xsl:param>admon.graphics.path=images/
+ <xsl:param>navig.graphics.path=images/
     <xsl:param>boost.root=../../../..
     <xsl:param>boost.libraries=../../../libraries.htm
     <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css


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