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 | 5e15afe24e2457ef49c429d94a399357853bdc76 (patch) | |
tree | 10059ef82330e0299581e29c55b449b0ee37f906 | |
parent | 6e82decde8a3bbc15a44dd4ce9bae73558593172 (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 = brep/ etc/ load/ migrate/ tests/ www/ ./: $d doc{INSTALL INSTALL-DEV LICENSE version} file{manifest} include $d -$src_base/doc{INSTALL INSTALL-DEV}: install = false +doc{INSTALL*}: install = false |