mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 04:27:59 +02:00
Fix Changelog generation
This commit is contained in:
parent
0f9fd02dac
commit
509986d6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ MAINTAINERCLEANFILES=ChangeLog
|
|||
.PHONY: ChangeLog
|
||||
|
||||
ChangeLog:
|
||||
(GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
|
||||
(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)
|
||||
|
||||
dist-hook: ChangeLog
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue