blob: 6aceef3ad2b9f4e71a468f31c982f021fdc8037b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : buildfile
# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : ISC; see accompanying COPYING file
./: {*/ -build/} doc{AUTHORS COPYING INSTALL README} manifest
# Don't install tests or the INSTALL file.
#
dir{tests/}: install = false
doc{INSTALL}@./: install = false
|