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