aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-31 12:26:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-31 12:26:57 +0300
commitf19b81e548515794382eca49055aafc47d8913f8 (patch)
treed590b8188778b199d682e4a435bfcae39e6130e5
parent0402b3cec89ac542dda93ac592ff21274f18de1f (diff)
Add dummy INSTALL file
-rw-r--r--INSTALL0
-rw-r--r--buildfile5
2 files changed, 3 insertions, 2 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 11a874e..a6a08ae 100644
--- a/buildfile
+++ b/buildfile
@@ -3,9 +3,10 @@
# license : MIT; see accompanying LICENSE file
d = bpkg/ tests/
-./: $d doc{LICENSE NEWS README version} file{manifest}
+./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
include $d
-# Don't install tests.
+# Don't install tests or the INSTALL file.
#
dir{tests/}: install = false
+doc{INSTALL}@./: install = false