Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-19 15:47:26


Author: grafik
Date: 2007-09-19 15:47:25 EDT (Wed, 19 Sep 2007)
New Revision: 39397
URL: http://svn.boost.org/trac/boost/changeset/39397

Log:
Work around boostbook path issues.
Text files modified:
   trunk/tools/jam/doc/build.jam | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/tools/jam/doc/build.jam
==============================================================================
--- trunk/tools/jam/doc/build.jam (original)
+++ trunk/tools/jam/doc/build.jam 2007-09-19 15:47:25 EDT (Wed, 19 Sep 2007)
@@ -29,10 +29,10 @@
         <name>html
         <dependency>html
         <dependency>html/images
- <xsl:param>boost.root=
+ <xsl:param>boost.root=.
         <xsl:param>nav.layout=none
- <xsl:param>admon.graphics.path=images
- <xsl:param>navig.graphics.path=images
+ <xsl:param>admon.graphics.path=images/
+ <xsl:param>navig.graphics.path=images/
     ;
 
 # Copyright Rene Rivera 2005-2006. Use, modification, and distribution are


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