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