]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/examples/standalone-quickbook/Jamfile.v2
28b20b43ff8b6623de9956b5e0ce386394bf0c48
[ceph.git] / ceph / src / boost / tools / quickbook / examples / standalone-quickbook / Jamfile.v2
1
2 # Copyright 2013-2018 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
6 using boostbook ;
7 using quickbook ;
8
9 xml simple-boostbook : simple.qbk ;
10
11 boostbook simple : simple-boostbook :
12 <dependency>css
13 <dependency>images
14 ;
15
16 install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]
17 : <location>html ;
18 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
19 : <location>html/images ;
20 explicit css ;
21 explicit images ;