epiphany r8894 - branches/gnome-2-26
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8894 - branches/gnome-2-26
- Date: Sun, 15 Mar 2009 13:15:48 +0000 (UTC)
Author: chpe
Date: Sun Mar 15 13:15:48 2009
New Revision: 8894
URL: http://svn.gnome.org/viewvc/epiphany?rev=8894&view=rev
Log:
Remove SVN ChangeLog rule
Modified:
branches/gnome-2-26/Makefile.am
branches/gnome-2-26/configure.ac
Modified: branches/gnome-2-26/Makefile.am
==============================================================================
--- branches/gnome-2-26/Makefile.am (original)
+++ branches/gnome-2-26/Makefile.am Sun Mar 15 13:15:48 2009
@@ -36,17 +36,8 @@
# 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.
-
-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
+ChangeLog: $(top_srcdir)/.git/HEAD
+ git log --stat > $@
dist: ChangeLog
Modified: branches/gnome-2-26/configure.ac
==============================================================================
--- branches/gnome-2-26/configure.ac (original)
+++ branches/gnome-2-26/configure.ac Sun Mar 15 13:15:48 2009
@@ -22,9 +22,6 @@
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro()epiphany_version_extra])
m4_define([epiphany_build_id],[20080528]) # The date of the 2.22.2 release
-# This can be either "trunk" or "branches/gnome-x-y"
-m4_define([epiphany_branch],["branches/gnome-2-26"])
-
AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
AC_PREREQ([2.59])
@@ -718,14 +715,6 @@
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
# ************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]