aboutsummaryrefslogtreecommitdiff
path: root/examples/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-17 13:33:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-17 13:33:57 +0300
commitf6727cf97685fc2b200aa1b0baae35fb84468300 (patch)
treee088005649a07c3da82413b08b6793f55b85865d /examples/buildfile
parent132522ca4c895e9b07d7e323d5529474806e5829 (diff)
Fix examples buildfiles adding some files for the distribution
Diffstat (limited to 'examples/buildfile')
-rw-r--r--examples/buildfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/buildfile b/examples/buildfile
index b089d1b..914c917 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,9 @@
+# file : examples/buildfile
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
d = hybrid/ inheritance/ performance/ persistence/ processing/ roundtrip/ \
xhtml/
-./: $d
+./: $d doc{README}
include $d