aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..92e7c19
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,12 @@
+# file : buildfile
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+d = xml/ doc/
+./: $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