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