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

./: {*/ -build/}                                             \
    doc{INSTALL-PUBLISH LICENSE NEWS README CONTRIBUTING.md} \
    manifest

# Don't install tests or the INSTALL* files.
#
tests/:                  install = false
doc{INSTALL-PUBLISH}@./: install = false