diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-17 11:31:58 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-17 11:31:58 +0300 |
commit | d7f686bfa3e773cfc7740c707da9fc64196e143c (patch) | |
tree | d71dccb0a4a5a279b53ccf26a6bcffa1ea074c0c /Makefile.am | |
parent | brain: call xf86DeleteInput when removing device (diff) | |
parent | Bump to 1.1.3 (diff) | |
download | xf86-input-evdev-d7f686bfa3e773cfc7740c707da9fc64196e143c.tar.gz xf86-input-evdev-d7f686bfa3e773cfc7740c707da9fc64196e143c.tar.bz2 xf86-input-evdev-d7f686bfa3e773cfc7740c707da9fc64196e143c.zip |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into input-hotplug
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7052905..c8fa46d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,14 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man + +EXTRA_DIST=ChangeLog + +CLEANFILES=ChangeLog + +.PHONY: ChangeLog + +ChangeLog: + git-log > ChangeLog + +dist-hook: ChangeLog |