diff options
author | Xan Lopez <xan@gnome.org> | 2009-12-31 22:15:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-12-31 22:17:25 +0800 |
commit | a34d0282981edad5fa11b2729a3c9c00ef29c261 (patch) | |
tree | 1ebabce3395e88f74a37fd22c8570ee581264999 /Makefile.am | |
parent | 2a11d43e280b62beba558f84217ce941954e09da (diff) | |
download | gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.tar gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.tar.gz gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.tar.bz2 gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.tar.lz gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.tar.xz gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.tar.zst gsoc2013-epiphany-a34d0282981edad5fa11b2729a3c9c00ef29c261.zip |
Remove ChangeLog generation from SVN
It's not useful anymore, only leave the git bits.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 5b5d1d1b9..51638e4c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,16 +38,10 @@ DISTCHECK_CONFIGURE_FLAGS = \ # Ignore gtk theme cache files on distcheck distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache' -# Build ChangeLog from SVN history (r7394 was the first ChangeLog-less checkin). -# Only build this when in an svn checkout. - +# Build ChangeLog from git history ChangeLog: @if test -f $(top_srcdir)/.git/HEAD; then \ git log --stat > $@; \ - elif test -f $(top_srcdir)/.svn/entries; then \ - svn log -v --xml -r HEAD:7394 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \ - xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \ - --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \ fi dist: ChangeLog |