aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: 18e5bd4147aa2d9a1bdc407d22f004e47fe8da2e (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 CONTRIBUTING.md} \
    manifest

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