diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:13 +0800 |
commit | 34907f056cdccc5f0bd03715770bc8d02d6de996 (patch) | |
tree | 43f296b51826daddce31996de9ec65135370dc48 /Makefile.am | |
parent | 8a69b919640c5132c10c98827ebe786fdd73aa55 (diff) | |
download | gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.tar gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.tar.gz gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.tar.bz2 gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.tar.lz gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.tar.xz gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.tar.zst gsoc2013-empathy-34907f056cdccc5f0bd03715770bc8d02d6de996.zip |
Generate ChangeLog from git log
svn path=/trunk/; revision=504
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 4256f0f86..46101580b 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 |