forked from boostorg/range
Boost.Range - fixed documentation Jamfile defect and added the algorithm extension iota to the documentation.
[SVN r61072]
This commit is contained in:
@@ -8,20 +8,12 @@
|
||||
#// For more information, see http://www.boost.org/libs/range/
|
||||
#//
|
||||
|
||||
|
||||
#use-project boost : $(BOOST_ROOT) ;
|
||||
|
||||
project boost/libs/range/doc ;
|
||||
import boostbook : boostbook ;
|
||||
#import quickbook ;
|
||||
using boostbook ;
|
||||
using quickbook ;
|
||||
|
||||
path-constant images_location : html ;
|
||||
|
||||
#xml boost_range : boost_range.qbk ;
|
||||
|
||||
#boostbook standalone
|
||||
|
||||
boostbook quickbook
|
||||
:
|
||||
boost_range.qbk
|
||||
@@ -34,11 +26,7 @@ boostbook quickbook
|
||||
<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)/
|
||||
<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