r21647 - gnucash/trunk/src/doc - Remove the obsolescent src/doc/design directory from recursive build.

John Ralls jralls at code.gnucash.org
Tue Nov 29 16:29:58 EST 2011


Author: jralls
Date: 2011-11-29 16:29:58 -0500 (Tue, 29 Nov 2011)
New Revision: 21647
Trac: http://svn.gnucash.org/trac/changeset/21647

Modified:
   gnucash/trunk/src/doc/Makefile.am
Log:
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.

Modified: gnucash/trunk/src/doc/Makefile.am
===================================================================
--- gnucash/trunk/src/doc/Makefile.am	2011-11-29 21:29:47 UTC (rev 21646)
+++ gnucash/trunk/src/doc/Makefile.am	2011-11-29 21:29:58 UTC (rev 21647)
@@ -1,7 +1,7 @@
 
 SUBDIRS = \
-  design \
   xml
+DIST_SUBDIRS = $(SUBDIRS) design
 
 EXTRA_DIST = \
   README \



More information about the gnucash-changes mailing list