aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-20 02:07:53 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-20 02:07:53 +0800
commit010bcf7705bdbce88eb81b39c02fd95e4742d466 (patch)
tree741bc59c6149978b1e8549531c9045ee4ddc916c /Makefile.am
parentb92fbf15e1841ea4d4e7cc70818d0a60a86f67f3 (diff)
downloadgsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.tar
gsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.tar.gz
gsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.tar.bz2
gsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.tar.lz
gsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.tar.xz
gsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.tar.zst
gsoc2013-epiphany-010bcf7705bdbce88eb81b39c02fd95e4742d466.zip
Add defines for major/minor/micro version.
Add SVN branch name, and use it in the ChangeLog generation rule. svn path=/trunk/; revision=7477
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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