1# Copyright (c) 2016 Mikhail Maximov <vigorous.activity -at- gmail.com> 2 3# Distributed under the Boost Software License, Version 1.0. 4# (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6 7project doc/conversion ; 8 9using quickbook ; 10import boostbook ; 11 12xml conversion : conversion.qbk ; 13boostbook standalone 14 : 15 conversion 16 : 17 <xsl:param>boost.root=../../../.. 18 # File name of HTML output: 19 <xsl:param>root.filename=conversion 20 # How far down we chunk nested sections, basically all of them: 21 <xsl:param>chunk.section.depth=0 22 # Don't put the first section on the same page as the TOC: 23 <xsl:param>chunk.first.sections=0 24 # How far down sections get TOC's 25 <xsl:param>toc.section.depth=2 26 # Max depth in each TOC: 27 <xsl:param>toc.max.depth=2 28 # How far down we go with TOC's 29 <xsl:param>generate.section.toc.level=0 30 31 <xsl:param>generate.manifest=0 32 ; 33 34############################################################################### 35alias boostdoc : conversion ; 36explicit boostdoc ; 37alias boostrelease ; 38explicit boostrelease ; 39