xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Thu Aug 24 17:01:24 PDT 2006


 Makefile.am |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletion(-)

New commits:
diff-tree e90c6feddbcd719fda3bbc3d48fd55045e9d5adc (from 1e06212f792d1ed1f7545e16824b86fbd34fa284)
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Aug 25 09:59:58 2006 +1000

    add changelog hook from nv driver

diff --git a/Makefile.am b/Makefile.am
index 16e0502..4e4b08d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,4 +30,11 @@ README.r128: README.r128.sgml
 
 endif
 
-EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml
+EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml ChangeLog
+
+# Always regenerate the changelog
+CLEANFILES = ChangeLog
+ChangeLog: FORCE
+        git-log > ChangeLog
+FORCE:
+



More information about the xorg-commit mailing list