From 6d5a9d3d6de9112ae5d6809819252650cf5db00d Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 29 Nov 2011 21:29:58 +0000 Subject: [PATCH] Remove the obsolescent src/doc/design directory from recursive build. Prevents make distcheck from building the ps and pdf versions of the texinfo, which imposed a dependency on TeX. Removing the directory from the dist requires removing the Makefile from configure, which completely disables building, so it remains. To build the info file, cd src/doc/design and make info. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21647 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/Makefile.am b/src/doc/Makefile.am index 4729a55103..b413f3c062 100644 --- a/src/doc/Makefile.am +++ b/src/doc/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = \ - design \ xml +DIST_SUBDIRS = $(SUBDIRS) design EXTRA_DIST = \ README \