2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00
Files
graph/quickbook/Jamfile.v2
2009-04-20 14:34:59 +00:00

30 lines
830 B
Plaintext

# Copyright (C) 2007-2009 Andrew Sutton
#
# 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)
xml graph : graph.qbk ;
boostbook standalone
:
graph
:
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../../libs/libraries.htm
# <xsl:param>boost.logo=../boost.png
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
# ToC and chunking
<xsl:param>chunk.section.depth=5
<xsl:param>chunk.first.sections=1
<xsl:param>toc.section.depth=5
<xsl:param>toc.max.depth=3
<xsl:param>generate.section.toc.level=5
# Misc options
<xsl:param>navig.graphics=1
<xsl:param>annotation.support=1
;