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# Install quickbook by default.
12
13install dist-bin
14    :
15    src//quickbook
16    :
17    <install-type>EXE
18    <location>../../dist/bin
19    :
20    release
21    ;
22
23# Target for quickbook toolset's auto build.
24
25alias quickbook
26    : src//quickbook
27    : release
28    ;
29
30explicit quickbook
31    ;
32