Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-02 04:59:17


Author: danieljames
Date: 2007-12-02 04:59:15 EST (Sun, 02 Dec 2007)
New Revision: 41572
URL: http://svn.boost.org/trac/boost/changeset/41572

Log:
Add some parameters to the standalone hash build.
Text files modified:
   trunk/libs/functional/hash/doc/Jamfile.v2 | 12 ++++++++++--
   1 files changed, 10 insertions(+), 2 deletions(-)

Modified: trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/doc/Jamfile.v2 2007-12-02 04:59:15 EST (Sun, 02 Dec 2007)
@@ -1,9 +1,17 @@
 
-# Copyright 2005 Daniel James.
+# Copyright 2005-2007 Daniel James.
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 using quickbook ;
 
 xml hash : hash.qbk ;
-boostbook standalone : hash ;
+boostbook standalone : hash :
+ <xsl:param>boost.root=../../../../..
+ <xsl:param>boost.libraries=../../../../libraries.htm
+ <xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
+ <xsl:param>chunk.first.sections=1
+ <xsl:param>chunk.section.depth=2
+ <xsl:param>generate.section.toc.level=2
+ <xsl:param>toc.section.depth=1
+ <xsl:param>toc.max.depth=1 ;


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