summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2008-09-06 13:08:51 +0200
committerSascha Hlusiak <saschahlusiak@arcor.de>2008-09-06 13:08:51 +0200
commit5a3ecea272a980df0ac4c40826cf095399e7b022 (patch)
tree200b38ba5bd852bcba89ab724fc605d59df2a790
parent9d42b7f972f58a7cf97b8a57e1b6b85984c6476a (diff)
make dist hook: git-log > git logxf86-input-joystick-1.3.3
I somehow don't have those nice aliases. This should make it work on every system.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6bef39a..ac7f45b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,6 @@ CLEANFILES = 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