From 33bab5091b5c16133d88269744f5305dfd4e4fcb Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 28 Mar 2010 17:46:57 -0400 Subject: [PATCH] config: install and distribute XI2proto.txt XIproto.txt It will now be installed in $docdir in addition to being distributed in the tarball. Signed-off-by: Gaetan Nadon --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5954c43..62e247b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,9 @@ input_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = inputproto.pc +dist_doc_DATA = XI2proto.txt XIproto.txt + EXTRA_DIST = inputproto.pc.in -EXTRA_DIST += XI2proto.txt XIproto.txt MAINTAINERCLEANFILES = ChangeLog INSTALL