Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-09-12 09:32:19


Author: fmhess
Date: 2007-09-12 09:32:19 EDT (Wed, 12 Sep 2007)
New Revision: 39215
URL: http://svn.boost.org/trac/boost/changeset/39215

Log:
Fixed setting of project.header.root when project.root is used instead
of the deprecated boost.root.

Text files modified:
   sandbox/boost_docs/trunk/tools/boostbook/xsl/user-params.xsl | 7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)

Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/user-params.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/user-params.xsl (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/user-params.xsl 2007-09-12 09:32:19 EDT (Wed, 12 Sep 2007)
@@ -14,10 +14,6 @@
 <!-- Deprecated, use project.root -->
 <xsl:param name="boost.root" select="'../../../..'"/>
 
-<!-- Deprecated, use project.header.root -->
-<xsl:param name="boost.header.root" select="'$boost.root'"/>
-
-
 <!--========================================================================
      Html user parameters
      These params control boostbook behaviour
@@ -53,6 +49,9 @@
 <xsl:param name = "project.root"
            select = "$boost.root" />
 
+<!-- Deprecated, use project.header.root -->
+<xsl:param name="boost.header.root" select="$project.root"/>
+
 <xsl:param name = "project.header.root"
            select = "$boost.header.root" />
 


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