# Description: do not run make in the doc directory
# Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695715
# Author: Serafeim Zanikolas
# Last-Update: 2012-12-12

Index: b/Makefile.am
===================================================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = gnu src elisp po doc tests
+SUBDIRS = gnu src elisp po tests
 
 EXTRA_DIST = ChangeLog.2007
 
Index: b/doc/Makefile.am
===================================================================
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,8 +18,8 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301 USA.
 
-info_TEXINFOS=cflow.texi
-cflow_TEXINFOS=fdl.texi rendition.texi
+info_TEXINFOS=
+cflow_TEXINFOS=
 
 EXTRA_DIST = gendocs_template ack.c d.c wc.c whoami.c foo.c
 
