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