$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77582 - trunk/libs/algorithm/doc
From: dnljms_at_[hidden]
Date: 2012-03-27 04:32:23
Author: danieljames
Date: 2012-03-27 04:32:21 EDT (Tue, 27 Mar 2012)
New Revision: 77582
URL: http://svn.boost.org/trac/boost/changeset/77582
Log:
Fix `boost.root` in algorithm docs.
`boost.root` and `img.src.path` need to be relative to the destination
directory, i.e. the `html` directory.
Text files modified: 
   trunk/libs/algorithm/doc/Jamfile.v2 |     6 +-----                                  
   1 files changed, 1 insertions(+), 5 deletions(-)
Modified: trunk/libs/algorithm/doc/Jamfile.v2
==============================================================================
--- trunk/libs/algorithm/doc/Jamfile.v2	(original)
+++ trunk/libs/algorithm/doc/Jamfile.v2	2012-03-27 04:32:21 EDT (Tue, 27 Mar 2012)
@@ -16,8 +16,6 @@
 using doxygen ;
 using boostbook ;
 
-local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;
-
 doxygen autodoc 
     : 
         [ glob ../../../boost/algorithm/*.hpp ../../../boost/algorithm/searching/*.hpp ]
@@ -29,14 +27,12 @@
 
 xml algorithm : algorithm.qbk ;
 
-# path-constant boost-images : $(BOOST_ROOT)/doc/src/images ;
-
 boostbook standalone
   :
     algorithm
   :
     <dependency>autodoc 
-    <xsl:param>boost.root=$(BOOST_ROOT)
+    <xsl:param>boost.root=../../../..
     <xsl:param>"boost.doxygen.reftitle=Boost.Algorithms C++ Reference"
     <xsl:param>chapter.autolabel=0
     <xsl:param>chunk.section.depth=8