diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:33:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:33:29 +0300 |
commit | 034f19cda78286fc676bb4a6116a66f7d5edd453 (patch) | |
tree | 20c976724374bb6619a98951244b17a2c37cbccb /buildfile | |
parent | 19efac27ad986bf58d7e7cd46d9563b38974a031 (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +tests/: install = false doc{INSTALL}@./: install = false |