• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry Index
2#
3# Copyright (c) 2011-2012 Adam Wulkiewicz.
4#
5# Use, modification and distribution is subject to the Boost Software License,
6# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9project geometry_index/doc ;
10
11import boostbook ;
12import quickbook ;
13
14boostbook geometry_index-doc
15    :
16	index.qbk
17	:
18    <dependency>Jamfile
19    <dependency>generated/rtree.qbk
20
21    <format>html
22	<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
23    <xsl:param>chunk.section.depth=2
24    <xsl:param>chunk.first.sections=1
25    <xsl:param>toc.section.depth=3
26    <xsl:param>toc.max.depth=2
27    <xsl:param>generate.section.toc.level=2
28    <xsl:param>boost.root=http://www.boost.org/doc/libs/release
29
30    <quickbook-define>enable_index
31    <include>$(here)
32    ;
33