aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: 46857d859172b34bc1a37e06777ea631e00df448 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : buildfile
# license   : MIT; see accompanying LICENSE file

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

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