Use XORG_CHANGELOG macro to create ChangeLog. #22611

Adding the macro in configure.ac and use it in Makefile.am
    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
    Global maintenance on all modules

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Gaetan Nadon
2009-07-15 15:11:00 -04:00
committed by Peter Hutterer
parent a365343b07
commit c7ef9a7191
2 changed files with 6 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ EXTRA_DIST = ChangeLog
.PHONY: ChangeLog
ChangeLog:
git-log > ChangeLog
$(CHANGELOG_CMD)
dist-hook: ChangeLog