blob: b030c7cabdc80e4b9c98eed0cd2ff2c5ca040a4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : buildfile
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} \
doc{INSTALL LICENSE COPYRIGHT NEWS README CONTRIBUTING.md} \
manifest
# Don't install tests or the INSTALL file.
#
tests/: install = false
doc{INSTALL}@./: install = false
|