summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-19 12:16:27 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-19 12:16:29 +0100
commit929c20cc15c3188dd3bf7557ab3dad62c6db2178 (patch)
tree495176f475ecfafe95c922cc3330968b5c2692f0 /maint.mk
parent31d006502cb4fed4c6c5977630cefdf3b619ec24 (diff)
downloadautomake-929c20cc15c3188dd3bf7557ab3dad62c6db2178.tar.gz
maint: typofixes in makefile comments
* maint.mk (git-upload-release): Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/maint.mk b/maint.mk
index 133e572f1..97bbf9b16 100644
--- 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` \