summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-15 16:57:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-15 16:57:48 +0200
commitbe3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (patch)
treee74b26a798e0ff71bc140bbba3ea30e2eb3ac3e3 /buildfile
parentf8c61f71ebf44572c9e865a620dc053e94371beb (diff)
Start switch to build2
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index c5076e9..a4a8411 100644
--- a/buildfile
+++ b/buildfile
@@ -1,3 +1,12 @@
+# file : buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
d = cli/
-.: $d
+./: $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