[banshee] [build] generate a useful tin-foil-hat ChangeLog



commit 5395d5f15e5a4c26c951a9535a489b574e220263
Author: Aaron Bockover <abockover novell com>
Date:   Fri May 22 22:11:31 2009 -0400

    [build] generate a useful tin-foil-hat ChangeLog
---
 Makefile.am |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ff977df..85a4e78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,20 @@ uninstall-hook:
 		rmdir $(pkglibdir); \
 	fi
 
+dist-hook:
+	@( \
+	  echo "`date +%Y-%m-%d`  The Banshee Project  <http://banshee-project.org>"; \
+	  echo; \
+	  echo "@Banshee $(VERSION)"; \
+	  echo; \
+	  echo "@You probably are looking for the useful change summary detailed"; \
+	  echo "@in the NEWS file, perfect for downstream maintainers."; \
+	  echo; \
+	  echo "@If you care about commit-level changes, use 'git log' against"; \
+	  echo "@a clone of our git repository (git://git.gnome.org/banshee)."; \
+	  echo; \
+	) | tr '@' '\t' > $(top_distdir)/ChangeLog
+
 # Developer targets
 
 LC_BUILD = $(top_builddir)/bin/share/locale



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