mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
Makefile.am: re-add ChangeLog to CLEANFILES
This commit is contained in:
committed by
Daniel Stone
parent
7611f14dc6
commit
59c5b4f69c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user