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 | 6215f0540a7cf8c0afbed85079eea2463b5ec035 (patch) | |
tree | ce1e05dab2443a5d2dde38fcd08877422aeeda2b /buildfile | |
parent | 4715996fbd3ac4f333ec45ab3ef38b54f82e9bc9 (diff) |
Nicer way to not install INSTALL files
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ d = build2/ tests/ ./: $d doc{INSTALL LICENSE version} file{INSTALL.cli bootstrap manifest} include $d -$src_base/doc{INSTALL}: install = false +doc{INSTALL*}: install = false |