• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#==============================================================================
2#   Copyright (c) 2001-2015 Joel de Guzman
3#   Copyright (c) 2001-2011 Hartmut Kaiser
4#
5#   Use, modification and distribution is subject to the Boost Software
6#   License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7#   http://www.boost.org/LICENSE_1_0.txt)
8#==============================================================================
9
10project spirit_x3/doc ;
11
12import boostbook ;
13import quickbook ;
14import modules ;
15
16path-constant here : . ;
17
18path-constant images_location : html ;
19
20boostbook spirit_x3
21    :
22        spirit_x3.qbk
23    :
24        <xsl:param>boost.root=../../../../..
25        <xsl:param>chunk.section.depth=4
26        <xsl:param>chunk.first.sections=1
27        <xsl:param>toc.section.depth=3
28        <xsl:param>toc.max.depth=3
29        <xsl:param>generate.section.toc.level=4
30        <format>html:<xsl:param>admon.graphics.path=images/
31
32        <include>.
33        <format>pdf:<xsl:param>img.src.path=$(images_location)/
34        <format>pdf:<xsl:param>draft.mode="no"
35        <format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/doc/html"
36    ;
37