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