diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-26 17:28:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-26 17:28:45 -0700 |
commit | 3cc151c221139869980bc33d5336ab75c04606bc (patch) | |
tree | fa3870b24ae3d57c12603e41f24eb9d824514656 /Makefile.am | |
parent | f856448323ad315f5301f1022e9ee75de7174dbd (diff) |
Replace static ChangeLog with disthook to generate from git log
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 |