blob: 00ec4893125f3e4354425f1abb195933a85aa641 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : buildfile
# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
./: {*/ -build/} doc{COPYING GPLv2 INSTALL README} manifest
# Don't install tests or the INSTALL file.
#
tests/: install = false
doc{INSTALL}@./: install = false
|