diff options
author | marha <marha@users.sourceforge.net> | 2009-09-02 19:24:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-02 19:24:16 +0000 |
commit | c853de9c6af3fc7873ca9bbde5156927e1b8971a (patch) | |
tree | 6566be4d67a59acbc9ab1ea55aca4166baa44499 /X11/fonts/Makefile.am | |
parent | 194c801617c4d6459a2a26b0ba5d8eb2d4f11ebc (diff) | |
download | vcxsrv-c853de9c6af3fc7873ca9bbde5156927e1b8971a.tar.gz vcxsrv-c853de9c6af3fc7873ca9bbde5156927e1b8971a.tar.bz2 vcxsrv-c853de9c6af3fc7873ca9bbde5156927e1b8971a.zip |
Switched to fontsproto-2.1.0.tar.gz
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 |