epiphany-extensions r1829 - branches/gnome-2-24



Author: chpe
Date: Sat Mar 14 15:29:19 2009
New Revision: 1829
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1829&view=rev

Log:
Remove SVN ChangeLog rule; only keep the git one

Removed:
   branches/gnome-2-24/svn2cl.xsl
Modified:
   branches/gnome-2-24/Makefile.am

Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am	(original)
+++ branches/gnome-2-24/Makefile.am	Sat Mar 14 15:29:19 2009
@@ -36,10 +36,6 @@
 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:1572 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
-			xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
-				 --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
 	fi
 
 .PHONY: ChangeLog



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]