aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-31 12:25:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-31 12:25:50 +0300
commit5fc487bd029cc098e8605ab4a3fcc62cd2ab74e4 (patch)
tree69a81262004a0b3663974b34efd15929f2240d7d
parentfcbd3c3bdfda4c60659ce331aea067ebbae09c60 (diff)
Add dummy INSTALL file
-rw-r--r--INSTALL0
-rw-r--r--buildfile2
2 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/INSTALL
diff --git a/buildfile b/buildfile
index 099ef52..a8213a7 100644
--- a/buildfile
+++ b/buildfile
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
d = butl/ tests/
-./: $d doc{LICENSE NEWS README version} file{manifest}
+./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
include $d
# Don't install tests or the INSTALL file.