From d46a65d052eca994aea054db4ce990c30aae7726 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Jan 2017 12:04:42 -0600 Subject: Remove texinfo format documentation. Replaced by Sphinx formatted documentation. updates #2812. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 93b398b011..5b7a62dcea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST += config-ml.in EXTRA_DIST += ampolish3 dist-hook: - @files=`(cd $(srcdir); find doc cpukit c testsuites tools \ + @files=`(cd $(srcdir); find cpukit c testsuites tools \ -name configure.ac -print | sed 's,/configure.ac,,' | sort)`; \ for i in $$files; do \ if test -f $(distdir)/$$i/configure.ac; then : ; \ -- cgit v1.2.3