aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-08-29 19:59:33 +0000
committerKarl Heuer1998-08-29 19:59:33 +0000
commit153d0a6d124135f72491f4671466230aadd17e94 (patch)
tree06ede762732aa192467b989190a760ff3b3da3b3
parent869c922d4433cddc96357af6660ec47750f5b153 (diff)
downloademacs-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.in19
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:
14texmacrodir = /usr/local/lib/tex/macros 14texmacrodir = /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: 17prefix = @prefix@
18# emacslibdir = /usr/local/gnu/lib/emacs 18infodir = @infodir@
19
20# Directory where Emacs is installed, by default:
21emacslibdir = /usr/local/emacs
22
23# Unless you have a nonstandard Emacs installation, these shouldn't have to
24# be changed.
25prefix = /usr/local
26infodir = ${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 *~)