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

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

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