Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-10-11 05:21:53


Author: johnmaddock
Date: 2007-10-11 05:21:53 EDT (Thu, 11 Oct 2007)
New Revision: 39919
URL: http://svn.boost.org/trac/boost/changeset/39919

Log:
Fix paths.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/Jamfile.v2 | 8 ++++++--
   1 files changed, 6 insertions(+), 2 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/Jamfile.v2
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/Jamfile.v2 (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/Jamfile.v2 2007-10-11 05:21:53 EDT (Thu, 11 Oct 2007)
@@ -13,11 +13,11 @@
         math
     :
         # Path for links to Boost:
- <xsl:param>boost.root=$(boost-root)
+ <xsl:param>boost.root=../../../../../../../trunk
         # Path for libraries index:
         <xsl:param>boost.libraries=$(boost-root)/libs/libraries.htm
         # Use the main Boost stylesheet:
- <xsl:param>html.stylesheet=../../../../../../trunk/doc/html/boostbook.css
+ #<xsl:param>html.stylesheet=$(boost-root)/doc/html/boostbook.css
         
         # Some general style settings:
         <xsl:param>table.footnote.number.format=1
@@ -68,3 +68,7 @@
 
 
 
+
+
+
+


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