From 722d9ee60025485166d5dbea6e97694138f26ce8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 7 May 2001 14:21:25 +0000 Subject: [PATCH] (install): Use install-info command line options like in Emacs' Makefile.in. --- lispref/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 182b8f05ceb..b208cbeb929 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -76,7 +76,7 @@ index.texi: install: elisp ./mkinstalldirs $(infodir) cp elisp elisp-* $(infodir) - ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp + ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp installall: install install -c texinfo.tex $(texmacrodir) -- 2.39.5