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