diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 12:25:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 12:25:50 +0300 |
commit | 5fc487bd029cc098e8605ab4a3fcc62cd2ab74e4 (patch) | |
tree | 69a81262004a0b3663974b34efd15929f2240d7d /buildfile | |
parent | fcbd3c3bdfda4c60659ce331aea067ebbae09c60 (diff) |
Add dummy INSTALL file
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |