remove changelog from xcompmgr

This commit is contained in:
Dave Airlie
2006-12-21 18:36:08 +11:00
parent 6c539182a5
commit 340f74b218
2 changed files with 12 additions and 298 deletions

View File

@@ -7,4 +7,16 @@ INCLUDES = @XCOMPMGR_CFLAGS@
EXTRA_DIST = \
autogen.sh \
ChangeLog \
${man_MANS}
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