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
pull/1/head
John Ralls 15 years ago
parent 732f9651fc
commit 6d5a9d3d6d

@ -1,7 +1,7 @@
SUBDIRS = \
design \
xml
DIST_SUBDIRS = $(SUBDIRS) design
EXTRA_DIST = \
README \

Loading…
Cancel
Save