aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-10 22:51:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-13 12:42:16 +0300
commit193efb512ffbc2231ef5c48699d51fbae3f3f9f1 (patch)
treec497c71ddd3d6a6f5fb1fbfe3bc2675f99f21b89 /buildfile
parent54d64e7ca405e06d2328e6207bb4752e20577e50 (diff)
Move tests and examples to build2 as subprojects
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 92e7c19..aada460 100644
--- a/buildfile
+++ b/buildfile
@@ -2,11 +2,12 @@
# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-d = xml/ doc/
+d = xml/ examples/ tests/ doc/
./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
include $d
-# Don't install tests or the INSTALL file.
+# Don't install examples, tests or the INSTALL file.
#
+dir{examples/}: install = false
dir{tests/}: install = false
doc{INSTALL}@./: install = false