$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60772 - trunk/tools/jam/doc
From: grafikrobot_at_[hidden]
Date: 2010-03-22 15:27:24
Author: grafik
Date: 2010-03-22 15:27:23 EDT (Mon, 22 Mar 2010)
New Revision: 60772
URL: http://svn.boost.org/trac/boost/changeset/60772
Log:
Fix building of standalone bjam docs after Daniel's changes broke them.
Text files modified: 
   trunk/tools/jam/doc/build.jam |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/tools/jam/doc/build.jam
==============================================================================
--- trunk/tools/jam/doc/build.jam	(original)
+++ trunk/tools/jam/doc/build.jam	2010-03-22 15:27:23 EDT (Mon, 22 Mar 2010)
@@ -30,8 +30,9 @@
         <dependency>html
         <dependency>html/images
         <xsl:param>boost.root=.
-        -<xsl:param>nav.layout=horizontal
+        -<xsl:param>boost.defaults=Boost
         <xsl:param>nav.layout=none
+        <xsl:param>boost.image=Boost
         <format>html:<xsl:param>admon.graphics.path=images/
         <format>html:<xsl:param>navig.graphics.path=images/
     ;