diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-19 13:05:32 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-19 13:05:32 -0800 |
commit | b5cc4a10c0fe365b40be19613777f192a1ada0db (patch) | |
tree | 0445016a002665745c3245471d3f6779eece62bc /Makefile.am | |
parent | 377584bb71ccb2cc380c3a8f71f0acd7e755ad33 (diff) |
Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 |