aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-07 14:21:25 +0000
committerGerd Moellmann2001-05-07 14:21:25 +0000
commit722d9ee60025485166d5dbea6e97694138f26ce8 (patch)
treede7b88d76daa03056214a753c96f9add2611bf89
parent6a239292f7b24a82ecbc0969cc3d00d16a566c1d (diff)
downloademacs-722d9ee60025485166d5dbea6e97694138f26ce8.tar.gz
emacs-722d9ee60025485166d5dbea6e97694138f26ce8.zip
(install): Use install-info command line options
like in Emacs' Makefile.in.
-rw-r--r--lispref/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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:
76install: elisp 76install: elisp
77 ./mkinstalldirs $(infodir) 77 ./mkinstalldirs $(infodir)
78 cp elisp elisp-* $(infodir) 78 cp elisp elisp-* $(infodir)
79 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp 79 ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
80 80
81installall: install 81installall: install
82 install -c texinfo.tex $(texmacrodir) 82 install -c texinfo.tex $(texmacrodir)