maint: typofixes in makefile comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Dec 2012 11:16:27 +0000 (12:16 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Dec 2012 11:16:29 +0000 (12:16 +0100)
* maint.mk (git-upload-release): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maint.mk

index 133e572..97bbf9b 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -156,10 +156,10 @@ git-tag-release: maintainer-check
        $$run $(GIT) tag -s "v$(VERSION)" -m "$$release_type $(VERSION)"
 
 git-upload-release:
-       @# Check this a version we can cut a release release from the
-       @# current repository: we must have a beta version, and the
-       @# repository must be clean.
+       @# Check this is a version we can cut a release (either test
+       @# or stable) from.
        @$(determine_release_type)
+       @# The repository must be clean.
        @$(git_must_have_clean_workdir)
        @# Check that we are releasing from a valid tag.
        @tag=`$(GIT) describe` \