diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:32:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:32:41 +0200 |
commit | d44cf613a9ebb26ab057d35796899981cbed71f1 (patch) | |
tree | 9536bd25564e55ca076d5cc9cbd0f079c80653d7 /buildfile | |
parent | ab616aa06552ff0ded7c600d7fde84e60b9504b3 (diff) |
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,4 +6,7 @@ d = butl/ tests/ ./: $d doc{LICENSE NEWS README version} file{manifest} include $d -doc{INSTALL*}: install = false +# Don't install tests or the INSTALL file. +# +dir{tests/}: install = false +doc{INSTALL}@./: install = false |