summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2009-06-30 11:12:55 -0700
committerGravatar Dan Dennedy 2009-06-30 11:12:55 -0700
commit269967eda92848e0053c5b14799b26c743af1c44 (patch)
tree0888d8a6ce805999aefc43fcafd639f807279dd6 /Makefile.am
parentUpdate ChangeLog from git log. (diff)
Fix build due to incomplete tarball.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
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 bf094f0..388a324 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,4 +24,4 @@ htmldoc:
.PHONY: doc psdoc pdfdoc htmldoc
dist-hook:
- git log >$(distdir)/ChangeLog
+ cd $(distdir) && gitlog2changelog.py && cd -