aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-01 16:46:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-01 16:46:03 +0200
commita133e7b03bd67c992cfb240bd300967ffab31ba2 (patch)
tree02c54f4c9b7f48aeb5230e230a4bb00bb1609c2c /buildfile
parent2ae123ce8e8a874ada7e8c776abfc0742d862277 (diff)
Setup build infra
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..b825c0a
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,10 @@
+# file : buildfile
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+./: bbot/ doc{INSTALL LICENSE NEWS README version} file{manifest}
+
+# Don't install tests or the INSTALL file.
+#
+dir{tests/}: install = false
+doc{INSTALL}@./: install = false