diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-21 01:08:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-21 01:08:40 +0300 |
commit | aec3ad09368e35dc593c0592b0b068b87818957a (patch) | |
tree | 297905e1bac217ce8de15921a6346bd1c93df7d2 /buildfile | |
parent | a7251169eddbd6d4d989a9b26c6a5c946c76a550 (diff) |
Fix comment in buildfile
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ BOOTSTRAP-WINDOWS ./: $d doc{$i README version} cli{$i} file{build.sh build-*} file{manifest} # The version file is auto-generated (by the version module) from manifest. -# Include it in distribution and remove when cleaning in src (so that clean -# results in a state identical to distributed). +# Include it in distribution and don't remove when cleaning in src (so that +# clean results in a state identical to distributed). # doc{version}: file{manifest} doc{version}: dist = true |