aboutsummaryrefslogtreecommitdiff
path: root/X11/fonts/Makefile.am
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-02 21:09:13 +0000
committermarha <marha@users.sourceforge.net>2009-09-02 21:09:13 +0000
commit8fedf58693f42869528b41408ac4d6012839e973 (patch)
tree62a817bea7dfc71050292d302ba94f5e349c67a7 /X11/fonts/Makefile.am
parentac14083f465166b298162a57fff0bad90e528fff (diff)
parent6f25a23db1df27e992c34f6fd4c82e83c44fc2e2 (diff)
downloadvcxsrv-8fedf58693f42869528b41408ac4d6012839e973.tar.gz
vcxsrv-8fedf58693f42869528b41408ac4d6012839e973.tar.bz2
vcxsrv-8fedf58693f42869528b41408ac4d6012839e973.zip
svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .
Diffstat (limited to 'X11/fonts/Makefile.am')
-rw-r--r--X11/fonts/Makefile.am12
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