summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-11-23 19:05:28 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-11-23 19:19:04 +0200
commit99a098f0c5fe88117df394710b704bb111c73a79 (patch)
tree3158c078efe3385142e98bb220ab3d02565d58fb
parent8221afb2c98fd3ceadf2605b99e2f371ca4829c4 (diff)
Removed the dist-hook for changelog generation
Now handled by 'tools/telepathy.am'.
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 63c75d0..aab3064 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,13 +24,6 @@ SUBDIRS = \
src \
tests
-dist-hook:
- chmod u+w ${distdir}/ChangeLog
- if test -d ${top_srcdir}/.git; then \
- git --work-tree=${top_srcdir} log --stat > ${distdir}/ChangeLog || \
- git --work-tree=${top_srcdir} log > ${distdir}/ChangeLog; \
- fi
-
include tools/lcov.am
LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6