diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 12:26:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 12:26:57 +0300 |
commit | f19b81e548515794382eca49055aafc47d8913f8 (patch) | |
tree | d590b8188778b199d682e4a435bfcae39e6130e5 | |
parent | 0402b3cec89ac542dda93ac592ff21274f18de1f (diff) |
Add dummy INSTALL file
-rw-r--r-- | INSTALL | 0 | ||||
-rw-r--r-- | buildfile | 5 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |