From: "Pierre-Loup A. Griffais" <pgriffais@valvesoftware.com>
Date: Tue, 18 Dec 2018 10:06:20 +0000
Subject: Disable documentation

---
 Makefile.am | 2 +-
 Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6c5fe01..bfa0ecb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 # Process this file with automake to create Makefile.in.
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS=atk tests docs po build
+SUBDIRS=atk tests po build
 
 EXTRA_DIST = 			\
 	MAINTAINERS		\
diff --git a/Makefile.in b/Makefile.in
index abe107d..31d11a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -407,7 +407,7 @@ top_srcdir = @top_srcdir@
 
 # Process this file with automake to create Makefile.in.
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = atk tests docs po build
+SUBDIRS = atk tests po build
 EXTRA_DIST = \
 	MAINTAINERS		\
 	atk-uninstalled.pc.in	\
