aboutsummaryrefslogtreecommitdiff
path: root/examples/buildfile
diff options
context:
space:
mode:
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