# file      : buildfile
# license   : TBC; see accompanying LICENSE file

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

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