Files
geometry/doc/Jamfile.v2
2011-11-30 03:22:14 +00:00

32 lines
898 B
Plaintext

# Boost.Geometry Index (Spatial Indexes)
#
# Copyright (c) 2008 Federico J. Fernandez.
# Copyright (c) 2011 Adam Wulkiewicz.
# Use, modification and distribution is subject to 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)
project geometry_index/doc ;
import boostbook ;
import quickbook ;
boostbook geometry_index-doc
:
index.qbk
:
# <auto-index>off
# <auto-index-internal>on
# <auto-index-verbose>off
# <xsl:param>index.on.type=1
<format>html
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
<xsl:param>chunk.first.sections=1
<xsl:param>toc.section.depth=3
<xsl:param>toc.max.depth=2
<xsl:param>generate.section.toc.level=4
<xsl:param>boost.root=http://www.boost.org/doc/libs/release
<quickbook-define>enable_index
;