2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-31 20:12:19 +00:00
Files
build/example/named-install-dirs/x/y/build.jam
2021-02-20 21:35:16 -06:00

10 lines
314 B
Plaintext

# 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)