Add some parameters to standalone documentation build.

[SVN r41928]
This commit is contained in:
Daniel James 2007-12-09 19:23:27 +00:00
parent a68ae4fafc
commit 3528cc5026

View File

@ -1,15 +1,17 @@
project boost/doc ;
import boostbook : boostbook ;
boostbook doc : src/boost.xml
:
# Copyright 2005 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)
## Build the various generated docs (Doxygen and QuickBook)...
using quickbook ;
<dependency>../libs/unordered/doc//unordered
<implicit-dependency>../libs/unordered/doc//unordered
#<dependency>../libs/functional/hash/doc//hash
#<implicit-dependency>../libs/functional/hash/doc//hash
<xsl:param>boost.libraries=../../libs/libraries.htm
;
xml unordered : unordered.qbk ;
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 ;