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