mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 13:08:01 +02:00
Replace static ChangeLog with dist-hook to generate from git log
This commit is contained in:
parent
55dd8f55f3
commit
beafefcb82
2 changed files with 10 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
|||
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
Update package version for X11R7 release.
|
||||
|
||||
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
Update package version number for final X11R7 release candidate.
|
||||
10
Makefile.am
10
Makefile.am
|
|
@ -5,3 +5,13 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||
pkgconfig_DATA = xf86driproto.pc
|
||||
|
||||
EXTRA_DIST = autogen.sh xf86driproto.pc.in
|
||||
|
||||
EXTRA_DIST += ChangeLog
|
||||
MAINTAINERCLEANFILES = 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)
|
||||
|
||||
dist-hook: ChangeLog
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue