diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-21 01:05:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-21 01:05:39 +0300 |
commit | 85a88973a4254703779df5b21808650589ec2bbd (patch) | |
tree | fcc5212a4a3f264857001a75bc6610d105626cea | |
parent | 812502fc836cc647d93ea9ccbcba435363556799 (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 |