mirror of
https://github.com/boostorg/functional.git
synced 2025-08-03 06:24:34 +02:00
Add some parameters to the standalone hash build.
[SVN r41572]
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
|
|
||||||
# Copyright 2005 Daniel James.
|
# Copyright 2005-2007 Daniel James.
|
||||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
# 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)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
using quickbook ;
|
using quickbook ;
|
||||||
|
|
||||||
xml hash : hash.qbk ;
|
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 ;
|
||||||
|
Reference in New Issue
Block a user