2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 04:42:16 +00:00
Files
graph/quickbook/Jamfile.v2
Daniel James b90204bf75 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00

26 lines
648 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=../../../..
# 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
;