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