[gnome-utils] [build] Generate ChangeLog from the import tag



commit c3b904b539192b7579de56730154e3412f351770
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Apr 17 17:44:22 2009 +0100

    [build] Generate ChangeLog from the import tag
    
    Since we generate the ChangeLog from the Git commit logs, it's
    better to have the Git import commit (signed tag: git-import) as
    the beginning of the file.
---
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4f463a7..f032d65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
 dist-hook:
 	@if test -d "$(srcdir)/.git"; \
 	then \
+		from="git-import"; \
 		echo Creating ChangeLog && \
 		( cd "$(top_srcdir)" && \
 		  echo '# Generate by configure. Do not edit.'; echo; \



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