From a34d0282981edad5fa11b2729a3c9c00ef29c261 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 31 Dec 2009 15:15:47 +0100 Subject: Remove ChangeLog generation from SVN It's not useful anymore, only leave the git bits. --- Makefile.am | 8 +- configure.ac | 8 -- svn2cl.xsl | 295 ----------------------------------------------------------- 3 files changed, 1 insertion(+), 310 deletions(-) delete mode 100644 svn2cl.xsl 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 diff --git a/configure.ac b/configure.ac index 13423f04f..8f44e2140 100644 --- a/configure.ac +++ b/configure.ac @@ -410,14 +410,6 @@ AC_DEFINE_UNQUOTED([LSB_DISTRIBUTOR],["$LSB_DISTRIBUTOR"],[Distributor name]) GNOME_DOC_INIT GTK_DOC_CHECK([1.0]) -# **************************** -# SVN for ChangeLog generation -# **************************** - -AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn]) -AC_SUBST([SVN_MODULE],[epiphany]) -AC_SUBST([SVN_BRANCH],[epiphany_branch]) - # ************ # Output files # ************ diff --git a/svn2cl.xsl b/svn2cl.xsl deleted file mode 100644 index fec81543b..000000000 --- a/svn2cl.xsl +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - &newl; - - - - - - - - - - - - - - - - - - - - - - - - - - - &newl; - - - - - &space;&space; - - - - &newl;&newl; - - - - - - - - - [r - - ]&space; - - - - &tab;*&space; - - - - - - - - - - - - - - &space; - - - - - - - - - - - - - - - - ,&space; - - - - - - :&space; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - &newl; - - - - - - - - - - - - - - - - - - - &newl;&tab;&space;&space; - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3