2
0
mirror of https://github.com/boostorg/fusion.git synced 2026-02-14 00:42:08 +00:00
Files
fusion/doc/Jamfile
2007-01-27 13:05:23 +00:00

18 lines
445 B
Plaintext

project boost/libs/fusion/doc ;
import boostbook : boostbook ;
using quickbook ;
boostbook quickbook
:
fusion.qbk
:
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../libraries.htm
<xsl:param>chunk.section.depth=4
<xsl:param>chunk.first.sections=1
<xsl:param>toc.section.depth=3
<xsl:param>toc.max.depth=3
<xsl:param>generate.section.toc.level=4
;