From 3adad9d9cb812f3e7554cfb341af00f995bdcbf4 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 15 Apr 2006 14:52:36 -0700 Subject: [PATCH] Add doc directory to EXTRA_DIST. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c7d872c..ed9adfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS=src pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcb-proto.pc -EXTRA_DIST=xcb-proto.pc.in +EXTRA_DIST=doc xcb-proto.pc.in -- 2.7.4