summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-29 15:49:13 +0000
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-29 15:49:13 +0000
commit34907f056cdccc5f0bd03715770bc8d02d6de996 (patch)
tree43f296b51826daddce31996de9ec65135370dc48 /Makefile.am
parent8a69b919640c5132c10c98827ebe786fdd73aa55 (diff)
downloadtelepathy-account-widgets-34907f056cdccc5f0bd03715770bc8d02d6de996.tar.gz
Generate ChangeLog from git log
svn path=/trunk/; revision=504
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 4256f0f8..46101580 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,15 +41,9 @@ DISTCLEANFILES = \
# uninstall.
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
-# Build ChangeLog from SVN history (r470 was the first ChangeLog-less checkin).
-# Only build this when in an svn checkout.
-
-ChangeLog:
- @if test -f $(top_srcdir)/.svn/entries; then \
- svn log -v --xml -r HEAD:470 $(SVN_ROOT)/$(SVN_MODULE) | \
- xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
- --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
- fi
+ChangeLog: Makefile.am
+ git-log --pretty=short > ChangeLog
+
dist: ChangeLog