2005-04-11 22:07:45 +00:00
|
|
|
|
2008-03-27 23:38:01 +00:00
|
|
|
# Copyright 2005-2008 Daniel James.
|
2007-08-24 01:05:36 +00:00
|
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
2005-04-11 22:07:45 +00:00
|
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
|
2010-12-07 20:45:08 +00:00
|
|
|
using boostbook ;
|
|
|
|
|
using quickbook ;
|
|
|
|
|
|
2005-04-11 22:07:45 +00:00
|
|
|
xml hash : hash.qbk ;
|
2007-12-02 09:59:15 +00:00
|
|
|
boostbook standalone : hash :
|
2008-05-20 15:39:25 +00:00
|
|
|
<xsl:param>boost.root=../../../..
|
2009-02-15 19:32:19 +00:00
|
|
|
|
2007-12-02 09:59:15 +00:00
|
|
|
<xsl:param>chunk.first.sections=1
|
|
|
|
|
<xsl:param>chunk.section.depth=2
|
|
|
|
|
<xsl:param>generate.section.toc.level=2
|
|
|
|
|
<xsl:param>toc.section.depth=1
|
2008-03-24 17:03:15 +00:00
|
|
|
<xsl:param>toc.max.depth=1
|
2018-01-10 14:03:21 +00:00
|
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/container_hash/doc/html
|
2008-03-24 17:03:15 +00:00
|
|
|
;
|
2017-12-28 21:04:48 +00:00
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
alias boostdoc : hash ;
|
|
|
|
|
explicit boostdoc ;
|
|
|
|
|
alias boostrelease ;
|
|
|
|
|
explicit boostrelease ;
|