[evolution-rss] switch to autogenerated changelog



commit bbadc4133148433f7badccf5144e3dfb6294a8df
Author: Lucian Langa <lucilanga gnome org>
Date:   Tue Sep 29 23:34:01 2009 +0300

    switch to autogenerated changelog

 ChangeLog   | 1711 -----------------------------------------------------------
 Makefile.am |   10 +
 2 files changed, 10 insertions(+), 1711 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dd4a79d..8ac8bbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,16 @@ EXTRA_DIST = \
 	server.mk		\
 	FAQ
 
+# Build ChangeLog from GIT history
+ChangeLog:
+	@if test -d $(top_srcdir)/.git; then \
+	GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
+	fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
+
 DISTCLEANFILES = \
   intltool-extract \
   intltool-merge \



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