diff options
Diffstat (limited to 'X11/fonts/Makefile.am')
-rw-r--r-- | X11/fonts/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/X11/fonts/Makefile.am b/X11/fonts/Makefile.am index c207a03b3..99cf37c40 100644 --- a/X11/fonts/Makefile.am +++ b/X11/fonts/Makefile.am @@ -10,4 +10,14 @@ fonts_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = fontsproto.pc -EXTRA_DIST = autogen.sh fontsproto.pc.in +EXTRA_DIST = fontsproto.pc.in + +EXTRA_DIST += ChangeLog +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog |