Boost.RangeEx merged into Boost.Range

[SVN r60897]
This commit is contained in:
Neil Groves
2010-03-28 16:08:35 +00:00
parent 1461479a17
commit b0d1db7c2e
471 changed files with 48610 additions and 2065 deletions

View File

@@ -9,25 +9,36 @@
#//
use-project boost : $(BOOST_ROOT) ;
#use-project boost : $(BOOST_ROOT) ;
project boost/libs/range/doc ;
import boostbook : boostbook ;
import quickbook ;
#import quickbook ;
using quickbook ;
xml boost_range : boost_range.qbk ;
path-constant images_location : html ;
boostbook standalone
#xml boost_range : boost_range.qbk ;
#boostbook standalone
boostbook quickbook
:
boost_range
boost_range.qbk
:
<xsl:param>toc.max.depth=2
<xsl:param>toc.section.depth=4
<xsl:param>chunk.section.depth=2
<xsl:param>boost.root=../../../..
<xsl:param>boost.libraries=../../../libraries.htm
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
<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
# <xsl:param>generate.section.toc.level=4
# <xsl:param>chunk.first.sections=7
# <xsl:param>toc.section.depth=10
<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)/
;