[gnome-games] remove stray 'svn' in changelog-from-commits code



commit af409c0028bc0505c5a2ef3a1c61b8c7b5e1c837
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Wed Apr 22 17:27:17 2009 +0200

    remove stray 'svn' in changelog-from-commits code
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5a2c9e1..d355d40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
 # Build ChangeLog from git log
 ChangeLog:
 	@if test -f $(top_srcdir)/.git/HEAD; then \
-		git svn log --stat --no-color --since=2008-06-21 > $@; \
+		git log --stat --no-color --since=2008-06-21 > $@; \
 	fi
 
 dist: ChangeLog



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