summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-16 18:47:30 +0000
committerJim Meyering <jim@meyering.net>1996-06-16 18:47:30 +0000
commitd355dcec62fcc031307b0440c08765d4b4855e2e (patch)
tree1f12ff6de8d939ec4ffa5d26e99d9ddd4a37d899 /doc/Makefile.am
parentc0a9e11235518e804afb6b18ec5b7bed512bf9a4 (diff)
downloadcoreutils-d355dcec62fcc031307b0440c08765d4b4855e2e.tar.xz
(EXTRA_DIST): Add texinfo.tex. But it will
be removed once automake is fixed to add it automatically.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4e7948ef6..6640d20ef 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,6 @@
## Process this file with automake to produce Makefile.in
info_TEXINFOS = fileutils.texi
-EXTRA_DIST = perm.texi getdate.texi
+
+# FIXME: remove texinfo.tex when automake has been fixed to include it
+# automatically
+EXTRA_DIST = perm.texi getdate.texi texinfo.tex