From 70f1d9a983daf14a92709b3ca9c819c5ab15d89f Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sun, 4 Jan 2009 18:12:04 -0800 Subject: [PATCH] Remove obsolete make target --- Makefile.am | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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 -- 2.40.0