mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
Add missing PHONY line for automatic ChangeLog generation
This commit is contained in:
@@ -33,6 +33,8 @@ endif
|
||||
EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml ChangeLog
|
||||
CLEANFILES = ChangeLog
|
||||
|
||||
.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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user