diff options
| author | 2009-06-30 11:12:55 -0700 | |
|---|---|---|
| committer | 2009-06-30 11:12:55 -0700 | |
| commit | 269967eda92848e0053c5b14799b26c743af1c44 (patch) | |
| tree | 0888d8a6ce805999aefc43fcafd639f807279dd6 /Makefile.am | |
| parent | Update 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.am | 2 |
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 - |
