r21729 - gnucash/branches/2.4/src/doc - [r21647]Remove the obsolescent src/doc/design directory from recursive
John Ralls
jralls at code.gnucash.org
Mon Dec 12 20:00:56 EST 2011
Author: jralls
Date: 2011-12-12 20:00:56 -0500 (Mon, 12 Dec 2011)
New Revision: 21729
Trac: http://svn.gnucash.org/trac/changeset/21729
Modified:
gnucash/branches/2.4/src/doc/Makefile.am
Log:
[r21647]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/branches/2.4/src/doc/Makefile.am
===================================================================
--- gnucash/branches/2.4/src/doc/Makefile.am 2011-12-13 01:00:45 UTC (rev 21728)
+++ gnucash/branches/2.4/src/doc/Makefile.am 2011-12-13 01:00:56 UTC (rev 21729)
@@ -1,7 +1,7 @@
SUBDIRS = \
- design \
xml
+DIST_SUBDIRS = $(SUBDIRS) design
EXTRA_DIST = \
README \
More information about the gnucash-changes
mailing list