diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-16 18:48:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-16 18:48:30 +0000 |
commit | e94070eb22c6f0d3968a07d6cd53d7277daa72a3 (patch) | |
tree | de79bd3a07b6b69a7af0792c791fd4e0124f07b5 /doc | |
parent | 8aef0cde12cd0c9c0c458c1e569ea13536c4eb50 (diff) | |
download | coreutils-e94070eb22c6f0d3968a07d6cd53d7277daa72a3.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 35fe3f595..07e83ac8a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -39,7 +39,10 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ 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 mkinstalldirs = $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h |