2005-09-13 22:42:38 +00:00
|
|
|
# Copyright Thomas Witt 2005. Use, modification, and distribution are
|
|
|
|
# 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)
|
|
|
|
|
|
|
|
using quickbook ;
|
|
|
|
|
2021-11-19 18:32:24 +03:00
|
|
|
xml iterator
|
|
|
|
:
|
|
|
|
quickbook/iterator.qbk
|
2005-09-13 22:42:38 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
boostbook standalone
|
|
|
|
:
|
|
|
|
iterator
|
|
|
|
:
|
2021-11-19 18:32:24 +03:00
|
|
|
<xsl:param>"boost.root=../../../.."
|
2005-09-13 22:42:38 +00:00
|
|
|
<xsl:param>toc.max.depth=3
|
|
|
|
<xsl:param>toc.section.depth=3
|
2017-08-26 19:56:23 +03:00
|
|
|
<xsl:param>chunk.section.depth=2
|
2021-11-19 18:32:24 +03:00
|
|
|
<format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc/html"
|
2005-09-13 22:42:38 +00:00
|
|
|
;
|
|
|
|
|
2016-10-07 23:07:34 -05:00
|
|
|
###############################################################################
|
|
|
|
alias boostdoc ;
|
|
|
|
explicit boostdoc ;
|
|
|
|
alias boostrelease : standalone ;
|
|
|
|
explicit boostrelease ;
|