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

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

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