mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 04:27:30 +02:00
renamed Jamfile.v2 to Jamfile and updated the docs
[SVN r36379]
This commit is contained in:
16
doc/Jamfile
Normal file
16
doc/Jamfile
Normal file
@ -0,0 +1,16 @@
|
||||
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=1
|
||||
;
|
||||
|
Reference in New Issue
Block a user