forked from boostorg/core
20 lines
439 B
Plaintext
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
|
|
;
|