epiphany-extensions r1705 - trunk



Author: diegoe
Date: Wed Mar 26 22:11:52 2008
New Revision: 1705
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1705&view=rev

Log:
Fix changelog generation to consider only the current branch.



Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Mar 26 22:11:52 2008
@@ -39,7 +39,7 @@
 
 ChangeLog:
 	@if test -f $(top_srcdir)/.svn/entries; then \
-		svn log -v --xml -r HEAD:1572 $(SVN_ROOT)/$(SVN_MODULE) | \
+		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



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