]> diplodocus.org Git - xorg-xinput/blobdiff - Makefile.am
Remove redundant definition of the VERSION Automake variable
[xorg-xinput] / Makefile.am
index b04f7aaf390d989aa8c618e8afbf668ab24f7159..b18eaf146e5dd1785615d0175fcb66ef98882257 100644 (file)
 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