From d137c81b83e0a6f68989c37035d0c950bb43fcc5 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 1 Apr 2010 14:12:47 -0400 Subject: [PATCH] config: fontconf.h.in is redundant in EXTRA_DIST Output files listed in AC_CONFIG_HEADERS or AC_OUTPUT have their input files (typically .in) included in the tarball. Reviewed-by: Dan Nicholson Signed-off-by: Gaetan Nadon --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7aee053..49102e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfont.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = include/X11/fonts/fontconf.h.in .PHONY: ChangeLog INSTALL @@ -57,7 +56,7 @@ ChangeLog: dist-hook: ChangeLog INSTALL # Developer documentation - not installed on system -EXTRA_DIST += doc/fontlib.xml doc/fontlib.xsl doc/fontlib.css +EXTRA_DIST = doc/fontlib.xml doc/fontlib.xsl doc/fontlib.css if ENABLE_DEVEL_DOCS if HAVE_XMLTO