diff options
-rw-r--r-- | doc/Makefile.am | 5 |
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 |