summaryrefslogtreecommitdiff
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
commit74cb66b92515dd110b66bfebb57a58e7de906136 (patch)
treeabc66abc3469cc7370352d1fb27b683fd2f7337d
parent7737ed2f8b5788381f1b948967564abca1bc1799 (diff)
downloadtelepathy-gabble-74cb66b92515dd110b66bfebb57a58e7de906136.tar.gz
Only populate the ChangeLog with "darcs changes" if in a Darcs tree
20070102174820-53eee-2039622aad67dcaabbdb772ef7b7042c014b7ee2.gz
-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