gnome-web-photo r123 - trunk



Author: chpe
Date: Tue Mar 17 13:56:03 2009
New Revision: 123
URL: http://svn.gnome.org/viewvc/gnome-web-photo?rev=123&view=rev

Log:
Remove SVN ChangeLog rule.

Removed:
   trunk/svn2cl.xsl
Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Mar 17 13:56:03 2009
@@ -14,17 +14,9 @@
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --with-gecko=$(GECKO)
 
-# Build ChangeLog from SVN history (r101 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 \
-		echo Generating ChangeLog...; \
-		svn log -v --xml -r HEAD:101 http://svn.gnome.org/svn/gnome-web-photo | \
-			xsltproc --stringparam strip-prefix "gnome-web-photo/trunk" \
-				 --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]