summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-09-26 17:28:45 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-09-26 17:28:45 -0700
commit3cc151c221139869980bc33d5336ab75c04606bc (patch)
treefa3870b24ae3d57c12603e41f24eb9d824514656 /Makefile.am
parentf856448323ad315f5301f1022e9ee75de7174dbd (diff)
Replace static ChangeLog with disthook to generate from git log
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0224e29..b6a7f44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,3 +26,9 @@ pkgconfig_DATA = xvmc.pc
EXTRA_DIST = xvmc.pc.in autogen.sh
+.PHONY: ChangeLog
+
+ChangeLog:
+ git-log > ChangeLog
+
+dist-hook: ChangeLog