aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-05-07 14:21:25 +0000
committerGerd Moellmann <[email protected]>2001-05-07 14:21:25 +0000
commit722d9ee60025485166d5dbea6e97694138f26ce8 (patch)
treede7b88d76daa03056214a753c96f9add2611bf89 /lispref
parent6a239292f7b24a82ecbc0969cc3d00d16a566c1d (diff)
(install): Use install-info command line options
like in Emacs' Makefile.in.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 182b8f05ce..b208cbeb92 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)