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