X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/e3b705dc15d07bbb478ced6b54a5e0553d978113..a197551573663cab9e79e07e2de9d423c7a7a572:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b04f7aa..8b89d31 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) + $(CHANGELOG_CMD) dist-hook: ChangeLog