diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-01 08:57:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-01 08:57:09 +0200 |
commit | cb625e2715b4a7e90120e72b323adcb1264e006a (patch) | |
tree | a1c99e50bee323733aedb6f19b83717062a77188 /buildfile | |
parent | 4dabe6e1fb2ebf714582a50d582c1f9e2efc08a3 (diff) |
Fix INSTALL exclusion
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ d = build/ tests/ ./: $d doc{INSTALL LICENSE} file{bootstrap version} include $d -doc{INSTALL}: install = false +$src_base/doc{INSTALL}: install = false |