Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-09 14:23:28


Author: danieljames
Date: 2007-12-09 14:23:27 EST (Sun, 09 Dec 2007)
New Revision: 41928
URL: http://svn.boost.org/trac/boost/changeset/41928

Log:
Add some parameters to standalone documentation build.
Text files modified:
   sandbox/unordered/libs/unordered/doc/Jamfile.v2 | 10 +++++++++-
   1 files changed, 9 insertions(+), 1 deletions(-)

Modified: sandbox/unordered/libs/unordered/doc/Jamfile.v2
==============================================================================
--- sandbox/unordered/libs/unordered/doc/Jamfile.v2 (original)
+++ sandbox/unordered/libs/unordered/doc/Jamfile.v2 2007-12-09 14:23:27 EST (Sun, 09 Dec 2007)
@@ -6,4 +6,12 @@
 using quickbook ;
 
 xml unordered : unordered.qbk ;
-boostbook standalone : unordered ;
+boostbook standalone : unordered :
+ <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