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