From 70e5dee9a600e67057c55ab9b1b975f20a68682d Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 28 Mar 2010 17:35:44 -0400 Subject: config: install and distribute dri2proto.txt It will now be installed in $docdir in addition to being distributed in the tarball. Signed-off-by: Gaetan Nadon --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 153b422..2440162 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ dri2_HEADERS = dri2proto.h dri2tokens.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dri2proto.pc -EXTRA_DIST = dri2proto.pc.in dri2proto.txt +dist_doc_DATA = dri2proto.txt + +EXTRA_DIST = dri2proto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL -- cgit v1.2.1