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