From aec3ad09368e35dc593c0592b0b068b87818957a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 Aug 2017 01:08:40 +0300 Subject: Fix comment in buildfile --- buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildfile b/buildfile index 54a7828..f1c176f 100644 --- a/buildfile +++ b/buildfile @@ -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 -- cgit v1.1