diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 11:35:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 11:35:59 +0200 |
commit | 2c5439e096e38d1a82fcdb9746842c7f15874b4e (patch) | |
tree | 8bf1cb6d97325df74720345bd99d65245e36a87e | |
parent | c0dd34c358686ac9a22b31b56a27b0af1e4c4e78 (diff) |
Nicer way to not install INSTALL files
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ d = bpkg/ ./: $d doc{INSTALL LICENSE version} file{manifest} include $d -$src_base/doc{INSTALL}: install = false +doc{INSTALL*}: install = false |