blob: 7f4fe5e0ff3ac3db4467cccda783e09f31c13cf2 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : buildfile
# license : Apache 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
|