diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-01 13:58:31 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-01 13:58:31 -0800 |
commit | 9f12a154437554938a4fa18b7d3948c7dff8d631 (patch) | |
tree | d887f0dc92f906691ecea2a61caffc08520d90ae /Makefile.am | |
parent | 8c313881a0c586179c09922a7e00a1f8d669a68a (diff) |
Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |