summaryrefslogtreecommitdiff
path: root/lispref/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/Makefile.in')
-rw-r--r--lispref/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 88dac4d54fb..769591cf9f9 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -8,6 +8,7 @@
TEX=tex
MAKE=make
SHELL=/bin/sh
+INSTALL_INFO = install-info
# Where the TeX macros are kept:
texmacrodir = /usr/local/lib/tex/macros
@@ -82,7 +83,7 @@ index.texi:
install: elisp
./mkinstalldirs $(infodir)
cp elisp elisp-* $(infodir)
- @echo also add the line for elisp to $(infodir)/dir.
+ ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp
installall: install
install -c texinfo.tex $(texmacrodir)