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