summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-13 01:29:43 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-13 01:29:43 +0000
commit26a781f6360c29cf5fb4becd37ba4c05a1413b3d (patch)
tree14a6ee464bf80b073ae523737398608bc9d80bc5 /lispref
parent05922407741cef79ef8a0f77e15fb8b3d18c2634 (diff)
downloademacs-26a781f6360c29cf5fb4becd37ba4c05a1413b3d.tar.gz
(INSTALL_INFO): New variable.
(install): Run install-info.
Diffstat (limited to 'lispref')
-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)