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

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

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