aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-13 01:29:43 +0000
committerRichard M. Stallman1998-06-13 01:29:43 +0000
commit26a781f6360c29cf5fb4becd37ba4c05a1413b3d (patch)
tree14a6ee464bf80b073ae523737398608bc9d80bc5
parent05922407741cef79ef8a0f77e15fb8b3d18c2634 (diff)
downloademacs-26a781f6360c29cf5fb4becd37ba4c05a1413b3d.tar.gz
emacs-26a781f6360c29cf5fb4becd37ba4c05a1413b3d.zip
(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 @@
8TEX=tex 8TEX=tex
9MAKE=make 9MAKE=make
10SHELL=/bin/sh 10SHELL=/bin/sh
11INSTALL_INFO = install-info
11 12
12# Where the TeX macros are kept: 13# Where the TeX macros are kept:
13texmacrodir = /usr/local/lib/tex/macros 14texmacrodir = /usr/local/lib/tex/macros
@@ -82,7 +83,7 @@ index.texi:
82install: elisp 83install: elisp
83 ./mkinstalldirs $(infodir) 84 ./mkinstalldirs $(infodir)
84 cp elisp elisp-* $(infodir) 85 cp elisp elisp-* $(infodir)
85 @echo also add the line for elisp to $(infodir)/dir. 86 ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp
86 87
87installall: install 88installall: install
88 install -c texinfo.tex $(texmacrodir) 89 install -c texinfo.tex $(texmacrodir)