]> git.eshelyaron.com Git - emacs.git/commitdiff
(INSTALL_INFO): New variable.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Jun 1998 01:29:43 +0000 (01:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Jun 1998 01:29:43 +0000 (01:29 +0000)
(install): Run install-info.

lispref/Makefile.in

index 88dac4d54fba9d8f137a75551472e5ae026e2145..769591cf9f9ceef65e17a866cf095db470b0f53d 100644 (file)
@@ -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)