Makefile.am: re-add ChangeLog to CLEANFILES

This commit is contained in:
Daniel Stone
2006-12-06 18:48:55 +02:00
committed by Daniel Stone
parent 7611f14dc6
commit 59c5b4f69c

View File

@@ -31,6 +31,7 @@ README.r128: README.r128.sgml
endif
EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml ChangeLog
CLEANFILES = 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)