summaryrefslogtreecommitdiff
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
commitf7c55c34910716e0c4e1df6ae02cb6ac7c2cd9ee (patch)
tree2dd7141ea31e0b30f44e0706223b94aa96d00886
parenteaedcd0eaa0e304c5d793a2f3b759f59b15fc90c (diff)
downloademacs-f7c55c34910716e0c4e1df6ae02cb6ac7c2cd9ee.tar.gz
(INSTALL_INFO): New variable.
(install): Run install-info.
-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)