diff options
| author | Richard M. Stallman | 1998-06-13 01:29:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-13 01:29:43 +0000 |
| commit | 26a781f6360c29cf5fb4becd37ba4c05a1413b3d (patch) | |
| tree | 14a6ee464bf80b073ae523737398608bc9d80bc5 | |
| parent | 05922407741cef79ef8a0f77e15fb8b3d18c2634 (diff) | |
| download | emacs-26a781f6360c29cf5fb4becd37ba4c05a1413b3d.tar.gz emacs-26a781f6360c29cf5fb4becd37ba4c05a1413b3d.zip | |
(INSTALL_INFO): New variable.
(install): Run install-info.
| -rw-r--r-- | lispref/Makefile.in | 3 |
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 @@ | |||
| 8 | TEX=tex | 8 | TEX=tex |
| 9 | MAKE=make | 9 | MAKE=make |
| 10 | SHELL=/bin/sh | 10 | SHELL=/bin/sh |
| 11 | INSTALL_INFO = install-info | ||
| 11 | 12 | ||
| 12 | # Where the TeX macros are kept: | 13 | # Where the TeX macros are kept: |
| 13 | texmacrodir = /usr/local/lib/tex/macros | 14 | texmacrodir = /usr/local/lib/tex/macros |
| @@ -82,7 +83,7 @@ index.texi: | |||
| 82 | install: elisp | 83 | install: 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 | ||
| 87 | installall: install | 88 | installall: install |
| 88 | install -c texinfo.tex $(texmacrodir) | 89 | install -c texinfo.tex $(texmacrodir) |