Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / io / doc / Jamfile
1 # Boost.GIL (Generic Image Library) - IO documentation
2 #
3 # Copyright (c) 2012 Christian Henning
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9 import quickbook ;
10 using boostbook ;
11
12 xml io
13     :
14         io.qbk
15     ;
16
17 path-constant images_location : html ;
18
19 boostbook standalone
20     :
21         io
22     :
23         <xsl:param>boost.root=../../../../..
24         <xsl:param>boost.max.id.length=1024
25         <xsl:param>toc.max.depth=4
26         <xsl:param>toc.section.depth=4
27         <xsl:param>chunk.section.depth=2
28         <format>pdf:<xsl:param>img.src.path=$(images_location)/
29         <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
30     ;