From: Jim Meyering Date: Sun, 13 Jul 1997 23:20:39 +0000 (+0000) Subject: (EXTRA_DIST): Remove explicit mention of texinfo.texi. X-Git-Tag: SH-UTILS-1_16d~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ea7459457b25615ac703aa9f6e92573b9833b08;p=thirdparty%2Fcoreutils.git (EXTRA_DIST): Remove explicit mention of texinfo.texi. Now, automake includes it automatically. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 43d611b3d2..61c8954167 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,7 @@ ## Process this file with automake to produce Makefile.in info_TEXINFOS = fileutils.texi -# FIXME: remove texinfo.tex when automake has been fixed to include it -# automatically -EXTRA_DIST = perm.texi getdate.texi texinfo.tex +EXTRA_DIST = perm.texi getdate.texi # Tell makeinfo to put everything in a single info file: sh-utils.info. # Otherwise, it would also generate files with names like sh-utils.info-[123],