X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/456a1eab4b0b2f4a9bdc8ca02657869595c4bc60..976c989af7978277061d0166d8e2a82cb8b1e795:/Makefile.am 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