epiphany-extensions r1831 - branches/gnome-2-24



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

Log:
Fix ChangeLog generation

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

Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am	(original)
+++ branches/gnome-2-24/Makefile.am	Sun Mar 15 13:15:07 2009
@@ -30,8 +30,10 @@
 	--disable-scrollkeeper		\
 	--disable-schemas-install
 
-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]