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