From 010bcf7705bdbce88eb81b39c02fd95e4742d466 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 19 Sep 2007 18:07:53 +0000 Subject: Add defines for major/minor/micro version. Add SVN branch name, and use it in the ChangeLog generation rule. svn path=/trunk/; revision=7477 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b238ae009..06a10b596 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,8 +46,8 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache ChangeLog: @if test -f $(top_srcdir)/.svn/entries; then \ - svn log -v --xml -r HEAD:7394 http://svn.gnome.org/svn/epiphany | \ - xsltproc --stringparam strip-prefix "epiphany/trunk" \ + svn log -v --xml -r HEAD:7394 $(SVN_ROOT)/$(SVN_MODULE) | \ + xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \ --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \ fi -- cgit