epiphany-extensions r1830 - branches/gnome-2-24
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany-extensions r1830 - branches/gnome-2-24
- Date: Sun, 15 Mar 2009 13:12:23 +0000 (UTC)
Author: chpe
Date: Sun Mar 15 13:12:23 2009
New Revision: 1830
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1830&view=rev
Log:
Remove SVN ChangeLog rule
Modified:
branches/gnome-2-24/Makefile.am
branches/gnome-2-24/configure.ac
Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am (original)
+++ branches/gnome-2-24/Makefile.am Sun Mar 15 13:12:23 2009
@@ -30,12 +30,9 @@
--disable-scrollkeeper \
--disable-schemas-install
-# Build ChangeLog from SVN history (r1572 was the first ChangeLog-less checkin).
-# Only build this when in an svn checkout.
+ChangeLog: $(top_srcdir)/.git/HEAD
+ git log --stat > $@
-ChangeLog:
- if test -f $(top_srcdir)/.git/HEAD; then \
- git log --stat > $@; \
- fi
+dist: ChangeLog
.PHONY: ChangeLog
Modified: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac (original)
+++ branches/gnome-2-24/configure.ac Sun Mar 15 13:12:23 2009
@@ -19,9 +19,6 @@
m4_define([e_e_version_micro],[0])
m4_define([e_e_version],[e_e_version_major.e_e_version_minor.e_e_version_micro])
-# This can be either "trunk" or "branches/gnome-x-y"
-m4_define([e_e_branch],["branches/gnome-2-24"])
-
AC_INIT([GNOME Web Browser Extensions],[e_e_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany-extensions],[epiphany-extensions])
EPIPHANY_API_VERSION=2.26
@@ -380,14 +377,6 @@
AC_DEFINE_UNQUOTED([EXTENSIONS_DATA_DIR], ["${datadir}/${PACKAGE}-${EPIPHANY_EXTENSIONS_MAJOR}"], [Directory of data files])
fi
-# ****************************
-# SVN for ChangeLog generation
-# ****************************
-
-AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn])
-AC_SUBST([SVN_MODULE],[epiphany-extensions])
-AC_SUBST([SVN_BRANCH],[e_e_branch])
-
# *******************************
# *******************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]