2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00
Files
website/development/doc/javascript/nested_links/doc/jamfile.v2
Matias Capeletto 8d237bd14b safari fix
[SVN r7306]
2007-06-29 02:36:31 +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
;