diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 18:28:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 18:28:30 +0200 |
commit | 2711e14c94a031a360e1bd40c19e1558f4bd6683 (patch) | |
tree | 9df14035a855cc17bdea928fcb37eb3c12eb862d /buildfile | |
parent | 8871a914b6891f33cad72144e15facad359960ad (diff) |
Add INSTALL file stub
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,5 +3,7 @@ # license : MIT; see accompanying LICENSE file d = bpkg/ -./: $d doc{LICENSE version} file{manifest} +./: $d doc{INSTALL LICENSE version} file{manifest} include $d + +$src_base/doc{INSTALL}: install = false |