diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 14:49:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 14:49:48 +0200 |
commit | fe2b118264bd3b35cb0fb4dd8c09b06f6989a4bb (patch) | |
tree | 6201c8f925aa1809506d52ff94120f9454ccff76 /etc/buildfile | |
parent | f2787b95fb75f2b961dc03c97b14fe07c593df05 (diff) |
Add manifest, start INSTALL instructions
Diffstat (limited to 'etc/buildfile')
-rw-r--r-- | etc/buildfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/buildfile b/etc/buildfile new file mode 100644 index 0000000..ea96623 --- /dev/null +++ b/etc/buildfile @@ -0,0 +1,9 @@ +# file : etc/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +define conf: file +conf{*}: extension = conf +conf{*}: install = data/etc + +./: conf{brep} |