diff options
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..9442683 --- /dev/null +++ b/buildfile @@ -0,0 +1,12 @@ +# file : buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +d = bbot/ tests/ +./: $d doc{INSTALL LICENSE NEWS README version} file{manifest} +include $d + +# Don't install tests or the INSTALL file. +# +dir{tests/}: install = false +doc{INSTALL}@./: install = false |