diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-21 01:07:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-21 01:07:43 +0300 |
commit | 5bd4656d4e8b5a15e5ce6e696512b5d56401aea6 (patch) | |
tree | 820b3b1c7a5da2e23e6a6b238624128a5668fd6e | |
parent | 4213b9d406700b1e120e97203e06653389a7f879 (diff) |
Fix comment in buildfile
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ ./: {*/ -build/} doc{INSTALL LICENSE NEWS README version} 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 |