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