1# Copyright Thomas Witt 2005. Use, modification, and distribution are 2# subject to the Boost Software License, Version 1.0. (See accompanying 3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 5using quickbook ; 6 7xml iterator 8 : 9 quickbook/iterator.qbk 10 ; 11 12boostbook standalone 13 : 14 iterator 15 : 16 <xsl:param>boost.root=../../../.. 17 <xsl:param>toc.max.depth=3 18 <xsl:param>toc.section.depth=3 19 <xsl:param>chunk.section.depth=2 20 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc 21 ; 22 23############################################################################### 24alias boostdoc ; 25explicit boostdoc ; 26alias boostrelease : standalone ; 27explicit boostrelease ; 28