aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: e99d796519e0b14f8e4d74b8c0b1e57ddfd10349 (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 LEGAL NEWS README INSTALL*} \
    manifest

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