Mercurial > emacs
changeset 22456:b7bf9b05f494
(INSTALL_INFO): New variable.
(install): Run install-info.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 13 Jun 1998 01:29:43 +0000 |
parents | 393df8deb0b9 |
children | ed04da259827 |
files | lispref/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/Makefile.in Fri Jun 12 23:20:54 1998 +0000 +++ b/lispref/Makefile.in Sat Jun 13 01:29:43 1998 +0000 @@ -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 @@ 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)