epiphany r8895 - branches/gnome-2-26



Author: chpe
Date: Sun Mar 15 13:15:55 2009
New Revision: 8895
URL: http://svn.gnome.org/viewvc/epiphany?rev=8895&view=rev

Log:
Fix ChangeLog generation

Modified:
   branches/gnome-2-26/Makefile.am

Modified: branches/gnome-2-26/Makefile.am
==============================================================================
--- branches/gnome-2-26/Makefile.am	(original)
+++ branches/gnome-2-26/Makefile.am	Sun Mar 15 13:15:55 2009
@@ -36,8 +36,10 @@
 # Ignore gtk theme cache files on distcheck
 distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'
 
-ChangeLog: $(top_srcdir)/.git/HEAD
-	git log --stat > $@
+ChangeLog:
+	@if test -f $(top_srcdir)/.git/HEAD; then
+		git log --stat > $@; \
+	fi
 
 dist: ChangeLog
 



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