summaryrefslogtreecommitdiff
path: root/cli/buildfile
blob: 3f0ccb038e0e1b14d981a113468b0f455f7464a2 (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} manifest

# Don't install unit tests or the INSTALL file.
#
unit-tests/:     install = false
doc{INSTALL}@./: install = false