diff options
| author | Karl Heuer | 1998-08-29 19:59:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-08-29 19:59:33 +0000 |
| commit | 153d0a6d124135f72491f4671466230aadd17e94 (patch) | |
| tree | 06ede762732aa192467b989190a760ff3b3da3b3 | |
| parent | 869c922d4433cddc96357af6660ec47750f5b153 (diff) | |
| download | emacs-153d0a6d124135f72491f4671466230aadd17e94.tar.gz emacs-153d0a6d124135f72491f4671466230aadd17e94.zip | |
Renamed from Makefile.
(prefix, infodir): Use value obtained from configure.
(emacslibdir): Obsolete variable deleted.
(dist): Distribute configure.in, configure, Makefile.in.
| -rw-r--r-- | lispref/Makefile.in | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 769591cf9f9..21ed99d490c 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in | |||
| @@ -13,17 +13,9 @@ INSTALL_INFO = install-info | |||
| 13 | # Where the TeX macros are kept: | 13 | # Where the TeX macros are kept: |
| 14 | texmacrodir = /usr/local/lib/tex/macros | 14 | texmacrodir = /usr/local/lib/tex/macros |
| 15 | 15 | ||
| 16 | # Where the Emacs hierarchy lives ($EMACS in the INSTALL document for Emacs.) | 16 | # Standard configure variables. |
| 17 | # For example: | 17 | prefix = @prefix@ |
| 18 | # emacslibdir = /usr/local/gnu/lib/emacs | 18 | infodir = @infodir@ |
| 19 | |||
| 20 | # Directory where Emacs is installed, by default: | ||
| 21 | emacslibdir = /usr/local/emacs | ||
| 22 | |||
| 23 | # Unless you have a nonstandard Emacs installation, these shouldn't have to | ||
| 24 | # be changed. | ||
| 25 | prefix = /usr/local | ||
| 26 | infodir = ${prefix}/info | ||
| 27 | 19 | ||
| 28 | # The name of the manual: | 20 | # The name of the manual: |
| 29 | 21 | ||
| @@ -101,8 +93,9 @@ dist: | |||
| 101 | -rm -rf temp | 93 | -rm -rf temp |
| 102 | -mkdir temp | 94 | -mkdir temp |
| 103 | -mkdir temp/$(manual) | 95 | -mkdir temp/$(manual) |
| 104 | -ln README Makefile permute-index $(srcs) texinfo.tex \ | 96 | -ln README configure.in configure Makefile.in permute-index $(srcs) \ |
| 105 | elisp.dvi elisp.aux elisp.??s elisp elisp-[0-9] elisp-[0-9][0-9] temp/$(manual) | 97 | texinfo.tex elisp.dvi elisp.aux elisp.??s elisp elisp-[0-9] elisp-[0-9][0-9] \ |
| 98 | temp/$(manual) | ||
| 106 | -(cd temp/$(manual); rm -f mkinstalldirs) | 99 | -(cd temp/$(manual); rm -f mkinstalldirs) |
| 107 | cp mkinstalldirs temp/$(manual) | 100 | cp mkinstalldirs temp/$(manual) |
| 108 | (cd temp/$(manual); rm -f *~) | 101 | (cd temp/$(manual); rm -f *~) |