aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-17 11:31:58 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-17 11:31:58 +0300
commitd7f686bfa3e773cfc7740c707da9fc64196e143c (patch)
treed71dccb0a4a5a279b53ccf26a6bcffa1ea074c0c /Makefile.am
parentbrain: call xf86DeleteInput when removing device (diff)
parentBump to 1.1.3 (diff)
downloadxf86-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.am11
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