From 48a7fa31f918a6fc88719b3c9393a9ba2829f42a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Nov 2016 10:37:59 -0600 Subject: Remove texinfo format documentation. Replaced by Sphinx formatted documentation. closes #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