summaryrefslogtreecommitdiff
path: root/cli/buildfile
blob: 832328ae290fef85925e1e73cafb661437ed16ad (plain)
1
2
3
4
5
6
7
8
9
# file      : buildfile
# license   : MIT; see accompanying LICENSE file

./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest

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