summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-12-19 08:44:46 +0100
committerBrice Goglin <bgoglin@debian.org>2007-12-19 08:44:46 +0100
commit5d03d8bb56b4363eb8377c549a45119eae15e5f7 (patch)
tree2b454ee135c7c75e52e0bd0c8dc70896485218e3 /Makefile.in
parentf0af0d1367e5d7b780875754a0f9c3b80a0245f4 (diff)
downloadxf86-video-ati-frc-5d03d8bb56b4363eb8377c549a45119eae15e5f7.tar.gz
xf86-video-ati-frc-5d03d8bb56b4363eb8377c549a45119eae15e5f7.tar.bz2
New upstream snapshot
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a804cae..39bdeff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -682,6 +682,8 @@ uninstall-am:
@BUILD_LINUXDOC_TRUE@README.r128: README.r128.sgml
@BUILD_LINUXDOC_TRUE@ $(MAKE_TEXT) README.r128.sgml && mv README.r128.txt README.r128
+.PHONY: ChangeLog
+
ChangeLog:
(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)