]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/doc/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / tools / quickbook / doc / Jamfile.v2
1 #==============================================================================
2 # Copyright (c) 2002 2004 2006 Joel de Guzman
3 # Copyright (c) 2004 Eric Niebler
4 # http://spirit.sourceforge.net/
5 #
6 # Use, modification and distribution is subject to the Boost Software
7 # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 # http://www.boost.org/LICENSE_1_0.txt)
9 #==============================================================================
10
11 project quickbook/doc ;
12
13 using boostbook ;
14 using quickbook ;
15
16 xml quickbook : quickbook.qbk ;
17
18 path-constant images : ../../../doc/src ;
19
20 boostbook standalone
21 :
22 quickbook
23 :
24 <format>html:<xsl:param>boost.root=../../../..
25 <format>html:<xsl:param>img.src.path=../../../../doc/html/
26 <format>xhtml:<xsl:param>boost.root=../../../..
27 <format>xhtml:<xsl:param>img.src.path=../../../../doc/html/
28
29 #<xsl:param>callout.graphics.path=../../images/callouts//
30 <format>pdf:<xsl:param>img.src.path=$(images)/
31 <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
32 ;