From d355dcec62fcc031307b0440c08765d4b4855e2e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Jun 1996 18:47:30 +0000 Subject: [PATCH] (EXTRA_DIST): Add texinfo.tex. But it will be removed once automake is fixed to add it automatically. --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2