blob: da08ca9810716a6dd42e392fca3c8293a32a7f5b (
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 AUTHORS LEGAL} \
manifest
# Don't install tests or the INSTALL file.
#
tests/: install = false
doc{INSTALL}@./: install = false
|