summaryrefslogtreecommitdiff
path: root/more/whos_using/Jamfile.v2
blob: 1cf60dffe540631d8250f1596e1b48d6f70e8971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# Copyright John Maddock 2005. Distributed under the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

using quickbook ;

xml using : using.qbk ;
boostbook standalone
    :
        using
    :
        <xsl:param>nav.layout=none
        #<xsl:param>navig.graphics=0
    ;

install html : ../../doc/html/boostbook.css ;
install ../ : ../../boost.png ;