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