From: Gerd Moellmann <gerd@gnu.org>
Date: Mon, 7 May 2001 14:21:25 +0000 (+0000)
Subject: (install): Use install-info command line options
X-Git-Tag: emacs-pretest-21.0.103~12
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=722d9ee60025485166d5dbea6e97694138f26ce8;p=emacs.git

(install): Use install-info command line options
like in Emacs' Makefile.in.
---

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)