blob: 62e2798f507b15c05958f645d562f0f41fa98766 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
2# Copyright 2005-2008 Daniel James.
3# Distributed under the Boost Software License, Version 1.0. (See accompanying
4# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6using boostbook ;
7using quickbook ;
8
9xml hash : hash.qbk ;
10boostbook standalone : hash :
11 <xsl:param>boost.root=../../../../..
12
13 <xsl:param>chunk.first.sections=1
14 <xsl:param>chunk.section.depth=2
15 <xsl:param>generate.section.toc.level=2
16 <xsl:param>toc.section.depth=1
17 <xsl:param>toc.max.depth=1
18 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/hash/doc/html
19 ;