• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Numeric/Conversion
2#
3# Copyright (c) 2004-2007 Fernando Luis Cacciola Carballal
4#
5# Distributed under the Boost Software License, Version 1.0.
6# (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9
10# Quickbook
11# -----------------------------------------------------------------------------
12
13import quickbook ;
14
15path-constant images : html ;
16
17
18xml conversion
19    :
20        conversion.qbk
21    ;
22
23boostbook standalone
24    :
25        conversion
26    :
27        <xsl:param>boost.root=../../../../..
28        <xsl:param>html.stylesheet=boostbook.css
29        <xsl:param>toc.max.depth=2
30        <xsl:param>toc.section.depth=2
31        <xsl:param>chunk.section.depth=1
32        <format>pdf:<xsl:param>img.src.path=$(images)/
33        <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/numeric/conversion/doc/html
34    ;
35
36
37