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