summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-10 07:58:05 +0000
committerJim Meyering <jim@meyering.net>2006-06-10 07:58:05 +0000
commitea7ded281d229406bedc20b2d9c96b3cdbaed524 (patch)
tree30e29ff42a082fc16f86498b7444d13907fade1f /Makefile.maint
parent790892db657ac79b0ba5f7a69cc7e70eb4fed8e0 (diff)
downloadcoreutils-ea7ded281d229406bedc20b2d9c96b3cdbaed524.tar.xz
Require a "Version N.M" line at the top of the ChangeLog
file only when making the actual release, not when running "make distcheck". (maintainer-distcheck): Don't depend on changelog-check. (alpha beta major): Depend on it here, instead.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.maint b/Makefile.maint
index f1fece4eb..6d2839309 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -432,7 +432,7 @@ cvs-diff-check:
cvs-check: cvs-diff-check cvs-tag-check
-maintainer-distcheck: changelog-check
+maintainer-distcheck:
$(MAKE) distcheck
$(MAKE) my-distcheck
@@ -622,7 +622,7 @@ $(xd-delta): $(release_archive_dir)/$(prev-tgz) $(distdir).tar.gz
xdelta delta -9 $^ $@ || :
.PHONY: alpha beta major
-alpha beta major: news-date-check $(local-check)
+alpha beta major: news-date-check changelog-check $(local-check)
test $@ = major \
&& { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \
|| { echo "invalid version string: $(VERSION)" 1>&2; exit 1; }}\