mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-28 07:22:32 +00:00
20 lines
477 B
Plaintext
Executable File
20 lines
477 B
Plaintext
Executable File
project boost/quickbook/doc ;
|
|
|
|
import boostbook : boostbook ;
|
|
using quickbook ;
|
|
|
|
xml quickbook : quickbook.qbk ;
|
|
|
|
boostbook standalone
|
|
:
|
|
quickbook
|
|
:
|
|
<xsl:param>boost.root=../../../..
|
|
<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
|
<xsl:param>generate.section.toc.level=3
|
|
<xsl:param>chunk.section.depth=2
|
|
<xsl:param>chunk.first.sections=1
|
|
|
|
#<xsl:param>callout.graphics.path=../../images/callouts//
|
|
;
|