forked from boostorg/range
Boost.RangeEx merged into Boost.Range
[SVN r60897]
This commit is contained in:
@@ -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)/
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user