aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: 1d4b7b9a7dc4f2da8cf16252f66dd0a29b21e6cc (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 NEWS README} \
    manifest

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