From: Brendan Cully Date: Mon, 5 Jan 2009 02:12:04 +0000 (-0800) Subject: Remove obsolete make target X-Git-Tag: mutt-1-5-19-rel~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66f477f3ff6d6aa7cf392b9b87de494d722e250e;p=mutt Remove obsolete make target --- diff --git a/Makefile.am b/Makefile.am index b0653235..3d757799 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,22 +153,14 @@ uninstall-local: rm $(DESTDIR)$(sysconfdir)/$${i}.dist ; \ done -# Don't make this one ChangeLog - it's intended to be -# used manually. - pclean: cat /dev/null > $(top_srcdir)/PATCHES check-security: (cd $(top_srcdir) && ./check_sec.sh) -commit-real: - (cd $(top_srcdir) && cvs commit) - -commit-changelog: - (cd $(top_srcdir) && cvs commit -m "# changelog commit" ChangeLog) - -commit: pclean check-security commit-real update-changelog commit-changelog +commit: + @echo "make commit is obsolete; use hg-commit"; false update-changelog: (cd $(top_srcdir); \ @@ -181,5 +173,4 @@ mutt-dist: update-doc: (cd doc && $(MAKE) update-doc) -.PHONY: commit pclean check-security commit-real commit-changelog -# .PHONY: changelog ChangeLog +.PHONY: commit pclean check-security