1
0
forked from boostorg/core
Files
boost_core/doc/Jamfile.v2
2014-06-02 00:46:33 -07:00

20 lines
439 B
Plaintext

# Copyright (c) 2014 Glen Joseph Fernandes
# glenfe at live dot com
#
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://boost.org/LICENSE_1_0.txt)
import quickbook ;
xml core : core.qbk ;
boostbook standalone
:
core
:
<xsl:param>boost.root=http://boost.org/doc/libs/master
<xsl:param>generate.section.toc.level=1
<xsl:param>toc.max.depth=1
;