[evolution-mapi] Do not generate a ChangeLog file from 'git log'



commit 9657641fe7c559602fbe9e9ae25de2b707685250
Author: Milan Crha <mcrha redhat com>
Date:   Wed Dec 5 08:49:28 2012 +0100

    Do not generate a ChangeLog file from 'git log'

 ChangeLog   |    9 +++++++--
 Makefile.am |   16 ----------------
 2 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dbda2d1..fcbef71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,7 @@
-* *: The ChangeLog is auto-generated when releasing.  If you
-are seeing this, use 'git log' for a detailed list of changes.
+2012-12-05  The Evolution Team  <evolution-hackers gnome org>
+
+	The ChangeLog is no longer auto-generated when releasing.
+	Get a clone of git repository and list changes with 'git log' there,
+	   $ git clone git://git.gnome.org/evolution-mapi
+	or browse changes online at
+	   http://git.gnome.org/browse/evolution-mapi/log/?h=master
diff --git a/Makefile.am b/Makefile.am
index 6fe03d6..3e30a14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,20 +23,4 @@ MAINTAINERCLEANFILES =					\
 	$(srcdir)/missing				\
 	$(srcdir)/mkinstalldirs
 
-# Generate a ChangeLog file from 'git log'
-dist-hook:
-	@if test -d "$(srcdir)/.git"; \
-	then \
-		echo Creating ChangeLog && \
-		( cd "$(top_srcdir)" && \
-		  echo '# Generated by Makefile. Do not edit.'; echo; \
-		  $(top_srcdir)/missing --run git log --stat \
-		  EVOLUTION_MAPI_0_30_1..) > ChangeLog.tmp \
-		&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
-		|| ( rm -f ChangeLog.tmp ; \
-		     echo Failed to generate ChangeLog >&2 ); \
-	else \
-		echo A git clone is required to generate a ChangeLog >&2; \
-	fi
-
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]