From: Brendan Cully Date: Mon, 5 Jan 2009 02:12:04 +0000 (-0800) Subject: Remove obsolete make target X-Git-Tag: neomutt-20160307~805 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70f1d9a983daf14a92709b3ca9c819c5ab15d89f;p=neomutt Remove obsolete make target --- diff --git a/Makefile.am b/Makefile.am index b0653235c..3d7577990 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