summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-12-19 13:05:32 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-12-19 13:05:32 -0800
commitb5cc4a10c0fe365b40be19613777f192a1ada0db (patch)
tree0445016a002665745c3245471d3f6779eece62bc /Makefile.am
parent377584bb71ccb2cc380c3a8f71f0acd7e755ad33 (diff)
Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f5e9c4e..bb908c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,13 +44,12 @@ nodist_libXfontinclude_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xfont.pc
-EXTRA_DIST = xfont.pc.in autogen.sh include/X11/fonts/fontconf.h.in ChangeLog
+EXTRA_DIST = xfont.pc.in autogen.sh include/X11/fonts/fontconf.h.in
.PHONY: ChangeLog
-CLEANFILES = 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