aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: 09f1c2022ba86e3586e93d0cc6a8d43e44000ec8 (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