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 | |
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
-rw-r--r-- | Makefile.am | 12 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 3 insertions, 17 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 diff --git a/configure.ac b/configure.ac index cda697702..c86b1190f 100644 --- a/configure.ac +++ b/configure.ac @@ -90,14 +90,6 @@ PKG_CHECK_MODULES(EMPATHY, ]) # ----------------------------------------------------------- -# SVN for ChangeLog generation -# ----------------------------------------------------------- - -AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn]) -AC_SUBST([SVN_MODULE],[empathy]) -AC_SUBST([SVN_BRANCH],["trunk"]) - -# ----------------------------------------------------------- # Language Support # ----------------------------------------------------------- |