[PATCH libXfont] config: fontconf.h.in is redundant in EXTRA_DIST
Gaetan Nadon
memsize at videotron.ca
Thu Apr 1 12:36:56 PDT 2010
Output files listed in AC_CONFIG_HEADERS or AC_OUTPUT have
their input files (typically .in) included in the tarball.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
Makefile.am | 3 +--
1 files changed, 1 insertions(+), 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
--
1.6.0.4
More information about the xorg-devel
mailing list