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