From 7f1fa04e66c8b9550aa6c87168e75aa1b369c765 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Tue, 16 Apr 2013 12:29:00 +0100
Subject: [PATCH 4/4] Windows: MSYS Autotools doc disabling hack

---
 Makefile.am  | 2 +-
 configure.ac | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 35ff73b..871e1c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ if WINDOWSENV
   W32LIB =	-Lw32 -lw32
 endif
 
-SUBDIRS =	glob config po doc $(MAYBE_W32)
+SUBDIRS =	glob config po $(MAYBE_W32)
 
 bin_PROGRAMS =	make
 include_HEADERS = gnumake.h
diff --git a/configure.ac b/configure.ac
index 2ba81ad..02a72a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -509,8 +509,7 @@ AS_IF([test "x$make_cv_load" = xno && test "x$user_load" = xyes],
 ])
 
 # Specify what files are to be created.
-AC_CONFIG_FILES([Makefile glob/Makefile po/Makefile.in config/Makefile \
-                 doc/Makefile w32/Makefile])
+AC_CONFIG_FILES([Makefile glob/Makefile po/Makefile.in config/Makefile w32/Makefile])
 
 # OK, do it!
 
-- 
1.8.0.msysgit.0

