X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/e3b705dc15d07bbb478ced6b54a5e0553d978113..a426665bb3cb777a9107bfe6b84ea7d78bcf74aa:/Makefile.am?ds=inline diff --git a/Makefile.am b/Makefile.am index b04f7aa..b18eaf1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,13 +21,14 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man -EXTRA_DIST=ChangeLog +MAINTAINERCLEANFILES = ChangeLog INSTALL -CLEANFILES=ChangeLog +.PHONY: ChangeLog INSTALL -.PHONY: ChangeLog +INSTALL: + $(INSTALL_CMD) 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 +dist-hook: ChangeLog INSTALL