summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-08-25 09:59:58 +1000
committerDave Airlie <airlied@linux.ie>2006-08-25 09:59:58 +1000
commite90c6feddbcd719fda3bbc3d48fd55045e9d5adc (patch)
tree56edae31e10eac72dd77a67bb21026c4bd25b2a4
parent1e06212f792d1ed1f7545e16824b86fbd34fa284 (diff)
add changelog hook from nv driver
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
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:
+