summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-12-01 13:58:31 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-12-01 13:58:31 -0800
commit9f12a154437554938a4fa18b7d3948c7dff8d631 (patch)
treed887f0dc92f906691ecea2a61caffc08520d90ae /Makefile.am
parent8c313881a0c586179c09922a7e00a1f8d669a68a (diff)
downloadxorg-lib-libxtrans-9f12a154437554938a4fa18b7d3948c7dff8d631.tar.gz
Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 39b67d3..07e0153 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,6 @@ 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)
+ $(CHANGELOG_CMD)
dist-hook: ChangeLog