summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-17 21:59:00 +0000
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-17 21:59:00 +0000
commitd853bea8e7e8a51aad15b479fcf39d7e95c4022a (patch)
tree4084daaa2be6ac655cb887445d391188dbc1abe3 /Makefile.am
parent50561b38dc05595c52a25529b1ff80ad876fabf6 (diff)
downloadtelepathy-account-widgets-d853bea8e7e8a51aad15b479fcf39d7e95c4022a.tar.gz
Prepare for release
svn path=/trunk/; revision=485
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 374608ff..b8aa51d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollke
# Build ChangeLog from SVN history (r470 was the first ChangeLog-less checkin).
# Only build this when in an svn checkout.
-ChangeLog:
+ChangeLog: ChangeLog.old
@if test -f $(top_srcdir)/.svn/entries; then \
svn log -v --xml -r HEAD:470 $(SVN_ROOT)/$(SVN_MODULE) | \
xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \