From 10287449e56eb7acb54572948b4ce9aaa0a0cd52 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 7 Jul 2011 14:33:50 +0100 Subject: Add and use telepathy.am and make-release-mail.py This will let me use maintainer-make-release, and adds checks for things like UNRELEASED. --- Makefile.am | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ba099d87..f960e59f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,6 @@ SUBDIRS = tools extensions lib src data m4 tests docs plugins salut DISTCHECK_CONFIGURE_FLAGS = --disable-debug --enable-gtk-doc -dist-hook: - chmod u+w ${distdir}/ChangeLog - if test -d ${top_srcdir}/.git; then \ - git log --stat > ${distdir}/ChangeLog || \ - git log > ${distdir}/ChangeLog; \ - fi - valgrind: cd tests && $(MAKE) valgrind @@ -21,3 +14,12 @@ forever: cd tests && $(MAKE) forever include $(top_srcdir)/rules/lcov.mak + +# There doesn't seem to be a telepathy-salut-0.4.0 tag! :o +CHANGELOG_RANGE = 22651d24.. +CHECK_FOR_UNRELEASED = \ + $(srcdir)/NEWS \ + $(wildcard $(srcdir)/salut/*.[ch]) \ + $(wildcard $(srcdir)/src/*.[ch]) + +include tools/telepathy.am -- cgit v1.2.1