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

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

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