epiphany-extensions r1758 - in branches/gnome-2-24: . help po
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany-extensions r1758 - in branches/gnome-2-24: . help po
- Date: Sun, 21 Sep 2008 13:13:07 +0000 (UTC)
Author: chpe
Date: Sun Sep 21 13:13:07 2008
New Revision: 1758
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1758&view=rev
Log:
Remove po/ChangeLog, and depend on intltool 0.40.4 for svn builds
Added:
branches/gnome-2-24/help/ChangeLog.pre-2-24 (props changed)
- copied unchanged from r1757, /branches/gnome-2-24/help/ChangeLog
branches/gnome-2-24/po/ChangeLog.pre-2-24 (props changed)
- copied unchanged from r1757, /branches/gnome-2-24/po/ChangeLog
Removed:
branches/gnome-2-24/help/ChangeLog
branches/gnome-2-24/po/ChangeLog
Modified:
branches/gnome-2-24/Makefile.am
branches/gnome-2-24/autogen.sh
Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am (original)
+++ branches/gnome-2-24/Makefile.am Sun Sep 21 13:13:07 2008
@@ -9,6 +9,7 @@
COPYING.README \
ChangeLog \
ChangeLog-20070912 \
+ po/ChangeLog.pre-2-24 \
HACKING \
README \
TODO \
@@ -32,7 +33,9 @@
# Only build this when in an svn checkout.
ChangeLog:
- @if test -f $(top_srcdir)/.svn/entries; then \
+ 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:1572 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
Modified: branches/gnome-2-24/autogen.sh
==============================================================================
--- branches/gnome-2-24/autogen.sh (original)
+++ branches/gnome-2-24/autogen.sh Sun Sep 21 13:13:07 2008
@@ -16,6 +16,6 @@
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-REQUIRED_INTLTOOL_VERSION=0.40.0
+REQUIRED_INTLTOOL_VERSION=0.40.4
REQUIRED_AUTOMAKE_VERSION=1.9
. gnome-autogen.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]