• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
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/container_hash/doc/html
19    ;
20
21###############################################################################
22    alias boostdoc : hash ;
23    explicit boostdoc ;
24    alias boostrelease ;
25    explicit boostrelease ;
26