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

./: {*/ -build/ -web/}                                        \
    doc{LICENSE AUTHORS NEWS README INSTALL* CONTRIBUTING.md} \
    manifest

# Don't install tests or the INSTALL* files.
#
tests/:        install = false
doc{INSTALL*}: install = false