changeset 37605:362fea0e7c8b

(install): Use install-info command line options like in Emacs' Makefile.in.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 07 May 2001 14:21:25 +0000
parents bd93cba9ef3e
children 30ce706861c9
files lispref/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/Makefile.in	Mon May 07 14:02:56 2001 +0000
+++ b/lispref/Makefile.in	Mon May 07 14:21:25 2001 +0000
@@ -76,7 +76,7 @@
 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)