[gnome-games] remove stray 'svn' in changelog-from-commits code
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] remove stray 'svn' in changelog-from-commits code
- Date: Wed, 22 Apr 2009 11:29:52 -0400 (EDT)
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]