$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: fmhess_at_[hidden]
Date: 2007-09-14 13:44:33
Author: fmhess
Date: 2007-09-14 13:44:33 EDT (Fri, 14 Sep 2007)
New Revision: 39276
URL: http://svn.boost.org/trac/boost/changeset/39276
Log:
Added specification of project.root, since I'm going to change
the default to be more suitable to building the main boost docs.
Text files modified: 
   sandbox/boost_docs/trunk/tools/boostbook/doc/Jamfile.v2 |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/boost_docs/trunk/tools/boostbook/doc/Jamfile.v2
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/doc/Jamfile.v2	(original)
+++ sandbox/boost_docs/trunk/tools/boostbook/doc/Jamfile.v2	2007-09-14 13:44:33 EDT (Fri, 14 Sep 2007)
@@ -17,7 +17,7 @@
         #======================================================================
 
         # Include a logo in the first page
-        <xsl:param>chapter.logo.img="'images/boost.boostbook.logo.png'"
+        <xsl:param>chapter.logo.img="images/boost.boostbook.logo.png"
 
         # Include "Quicbook source" alternate stlysheet
         <xsl:param>quickbook.source.style.show="'true'"
@@ -26,5 +26,7 @@
         <xsl:param>toc.section.depth=2
         <xsl:param>toc.max.depth=2
         <xsl:param>generate.section.toc.level=2
+
+        <xsl:param>project.root="../../../.."
     ;