diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-07-11 16:42:41 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-07-11 16:42:41 -0400 |
commit | f7a9c74fbccd79bf406b0afc41237303642b75c2 (patch) | |
tree | ef295067cf4df5f68171ddb139c06f30b9d81653 /Makefile.am | |
parent | (Hope this works.) (diff) | |
download | xf86-input-evdev-f7a9c74fbccd79bf406b0afc41237303642b75c2.tar.gz xf86-input-evdev-f7a9c74fbccd79bf406b0afc41237303642b75c2.tar.bz2 xf86-input-evdev-f7a9c74fbccd79bf406b0afc41237303642b75c2.zip |
Grab the ChangeLog generation rule from libX11.
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 |