blob: fd33e6cf064653d08c83a821af48271f69cb2290 (
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.
#
tests/: install = false
doc{INSTALL}@./: install = false
|