$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51268 - trunk/tools/boostbook/xsl
From: john_at_[hidden]
Date: 2009-02-16 05:39:19
Author: johnmaddock
Date: 2009-02-16 05:39:18 EST (Mon, 16 Feb 2009)
New Revision: 51268
URL: http://svn.boost.org/trac/boost/changeset/51268
Log:
Add default path for callouts.
Text files modified: 
   trunk/tools/boostbook/xsl/html.xsl |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/tools/boostbook/xsl/html.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/html.xsl	(original)
+++ trunk/tools/boostbook/xsl/html.xsl	2009-02-16 05:39:18 EST (Mon, 16 Feb 2009)
@@ -46,9 +46,11 @@
             select = "concat($boost.root, '/doc/html/images/')"/>
   <xsl:param name = "navig.graphics.path"
             select = "concat($boost.root, '/doc/html/images/')"/>
+  <xsl:param name = "callout.graphics.path"
+            select = "concat($boost.root, '/doc/src/images/callouts/')"/>
 
 
-   <xsl:param name="admon.style">
+  <xsl:param name="admon.style">
     <!-- Remove the style. Let the CSS do the styling -->
 </xsl:param>