From 26a781f6360c29cf5fb4becd37ba4c05a1413b3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Jun 1998 01:29:43 +0000 Subject: [PATCH] (INSTALL_INFO): New variable. (install): Run install-info. --- lispref/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5