From: Jim Meyering Date: Sun, 16 Jun 1996 18:47:30 +0000 (+0000) Subject: (EXTRA_DIST): Add texinfo.tex. But it will X-Git-Tag: TEXTUTILS-1_18a~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d355dcec62fcc031307b0440c08765d4b4855e2e;p=thirdparty%2Fcoreutils.git (EXTRA_DIST): Add texinfo.tex. But it will be removed once automake is fixed to add it automatically. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 4e7948ef65..6640d20efe 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