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