]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/named-install-dirs/x/z/build.jam
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / example / named-install-dirs / x / z / build.jam
1 # this subproject does have a name, so its name is used as its default package
2 # name
3
4 project subz ;
5
6 install (docdir)/z1 : ../../a ;
7
8 # Copyright 2020 Dmitry Arkhipov
9 # Distributed under the Boost Software License, Version 1.0.
10 # (See accompanying file LICENSE_1_0.txt or copy at
11 # http://www.boost.org/LICENSE_1_0.txt)