Files
range/doc/Jamfile.v2
T

36 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2008-02-06 23:12:21 +00:00
#// Boost.Range library
#//
#// Copyright Thorsten Ottosen 2003-2008. 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)
#//
#// For more information, see http://www.boost.org/libs/range/
#//
2010-03-28 16:08:35 +00:00
project boost/libs/range/doc ;
2010-04-08 19:34:17 +00:00
using boostbook ;
2010-03-28 16:08:35 +00:00
using quickbook ;
2007-10-23 19:12:19 +00:00
2010-03-28 16:08:35 +00:00
path-constant images_location : html ;
2007-10-23 19:12:19 +00:00
2010-03-28 16:08:35 +00:00
boostbook quickbook
2007-10-23 19:12:19 +00:00
:
2010-03-28 16:08:35 +00:00
boost_range.qbk
2007-10-23 19:12:19 +00:00
:
2010-03-28 16:08:35 +00:00
<xsl:param>boost.root=../../../..
<xsl:param>chunk.section.depth=4
<xsl:param>chunk.first.sections=1
<xsl:param>toc.section.depth=3
<xsl:param>toc.max.depth=3
<xsl:param>generate.section.toc.level=4
2010-04-08 19:34:17 +00:00
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
<format>pdf:<xsl:param>img.src.path=$(images_location)/
2007-10-23 19:12:19 +00:00
;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : quickbook ;
explicit boostrelease ;