summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/named-install-dirs/x/y/build.jam
blob: 69e52d1dc30825a87a917276ac2dd704edf50ddc (plain)
1
2
3
4
5
6
7
8
9
# this subproject doesn't have a name, so its default package name is deduced
# from its parent

install (docdir)/y1 : ../../a ;

# Copyright 2020 Dmitry Arkhipov
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or copy at
# https://www.bfgroup.xyz/b2/LICENSE.txt)