blob: d8e9d8290bd810d93af5d803261efb3553886872 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : buildfile
# license : MIT; see accompanying LICENSE file
./: {*/ -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
|