summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 23:20:39 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 23:20:39 +0000
commit8ea7459457b25615ac703aa9f6e92573b9833b08 (patch)
tree6e7d9712d9423756130502699b99f18b87f2ba97 /doc/Makefile.am
parent3a58489962630796b74112dc324dfa11dac6b410 (diff)
downloadcoreutils-8ea7459457b25615ac703aa9f6e92573b9833b08.tar.xz
(EXTRA_DIST): Remove explicit mention of texinfo.texi.
Now, automake includes it automatically.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 43d611b3d..61c895416 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],