gucharmap r2036 - trunk



Author: chpe
Date: Sun Mar 15 13:21:23 2009
New Revision: 2036
URL: http://svn.gnome.org/viewvc/gucharmap?rev=2036&view=rev

Log:
Remove SVN ChangeLog rule

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

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Mar 15 13:21:23 2009
@@ -54,17 +54,9 @@
 endif
 
 
-# Build ChangeLog from GIT or SVN history
-# (SVN r1521 was the first ChangeLog-less checkin).
-# Only build this when in a git or svn checkout.
-
 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:1520 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
-			xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
-				 --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
 	fi
 
 dist: ChangeLog

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Mar 15 13:21:23 2009
@@ -16,14 +16,11 @@
 # 59 Temple Place, Suite 330, Boston, MA 02110-1301  USA
 
 m4_define([gucharmap_version_major],[2])
-m4_define([gucharmap_version_minor],[25])
-m4_define([gucharmap_version_micro],[91])
+m4_define([gucharmap_version_minor],[26])
+m4_define([gucharmap_version_micro],[0])
 m4_define([gucharmap_version_extra],[])
 m4_define([gucharmap_version],[gucharmap_version_major.gucharmap_version_minor.gucharmap_version_micro()gucharmap_version_extra])
 
-# This can be either "trunk" or "branches/gnome-x-y"
-m4_define([gucharmap_branch],["trunk"])
-
 # Before making a release, the libtool version should be modified.
 # The string is of the form C:R:A.
 # - If interfaces have been changed or added, but binary compatibility has
@@ -267,10 +264,6 @@
 AC_SUBST([AM_CFLAGS])
 AC_SUBST([AM_LDFLAGS])
 
-AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn])
-AC_SUBST([SVN_MODULE],[gucharmap])
-AC_SUBST([SVN_BRANCH],[gucharmap_branch])
-
 AC_CONFIG_FILES([
 Makefile
 gucharmap-2.pc



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