From 242556158dbdfa0df0bd2200213529a0cfd50db1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 11 Apr 2006 17:39:28 +0000 Subject: Use the --info-dir option with install-info instead of --dir-file. --- Doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 32bcb4aa0..fea6cb8b6 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -289,7 +289,7 @@ install.info: texi done \ ); then \ if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --dir-file=$(DESTDIR)$(infodir)/dir \ + install-info --info-dir=$(DESTDIR)$(infodir) \ $(DESTDIR)$(infodir)/$(tzsh).info; \ else true; fi; \ rm -rf infodir; \ -- cgit 1.4.1