blob: c507180898fdb8a4cbd53cb869c86535d265cd97 [file] [log] [blame]
Brian Silverman598d0292018-08-04 23:56:47 -07001#// Boost.Range library
2#//
3#// Copyright Thorsten Ottosen 2003-2008. Use, modification and
4#// distribution is subject to the Boost Software License, Version
5#// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6#// http://www.boost.org/LICENSE_1_0.txt)
7#//
8#// For more information, see http://www.boost.org/libs/range/
9#//
10
11project boost/libs/range/doc ;
12using boostbook ;
13using quickbook ;
14
15path-constant images_location : html ;
16
17boostbook quickbook
18 :
19 boost_range.qbk
20 :
21 <xsl:param>boost.root=../../../..
22 <xsl:param>chunk.section.depth=4
23 <xsl:param>chunk.first.sections=1
24 <xsl:param>toc.section.depth=3
25 <xsl:param>toc.max.depth=3
26 <xsl:param>generate.section.toc.level=4
27 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
28 <format>pdf:<xsl:param>img.src.path=$(images_location)/
29 ;
30
31###############################################################################
32alias boostdoc ;
33explicit boostdoc ;
34alias boostrelease : quickbook ;
35explicit boostrelease ;