2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-24 16:32:16 +00:00
Files
website/doc/javascript/nested_links/doc/jamfile.v2
Matias Capeletto a96fdffe39 Improving boost docs project repository
[SVN r7144]
2007-06-25 18:35:23 +00:00

27 lines
473 B
Plaintext
Executable File

# Boost.GroupedLinks
#
# Copyright (c) 2007 Matias Capeletto
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import quickbook ;
xml grouped_links
:
grouped_links.qbk
;
boostbook standalone
:
grouped_links
:
<xsl:param>toc.max.depth=2
<xsl:param>toc.section.depth=0
<xsl:param>chunk.section.depth=0
;