summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-02 17:48:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-02 17:48:20 +0000
commitbd2e7663c5c1805f7023814443f99f3861052e08 (patch)
tree4e40d190d97a1413aa4568668563a1ea1d473f20 /Makefile.am
parent63ee779c7afa17916b140ab2076bd16c90543b56 (diff)
downloadtelepathy-glib-bd2e7663c5c1805f7023814443f99f3861052e08.tar.gz
Only populate the ChangeLog with "darcs changes" if in a Darcs tree
20070102174820-53eee-2039622aad67dcaabbdb772ef7b7042c014b7ee2.gz
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 9de1f51d7..ce972d6db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,4 +4,4 @@ SUBDIRS = src data m4 generate tests
dist-hook:
chmod a+w ${distdir}/ChangeLog
- darcs changes >${distdir}/ChangeLog
+ if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi