diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-27 14:00:00 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-27 14:00:00 -0400 |
commit | d33b06038223b2b121be7e3f8c207de5f518b28c (patch) | |
tree | d402bee0e94a714aac86e92efa80eda85a157b6f /Makefile.am | |
parent | 06b6ead9a1b367e08ed6b3e75dfde0ee3b4a82b8 (diff) |
Fix ChangeLog generation
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 59e0db2..44f8234 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,6 @@ EXTRA_DIST = README_HALLIB mga_PInS.txt ChangeLog .PHONY: ChangeLog ChangeLog: - (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) dist-hook: ChangeLog |