# HG changeset patch # User Karl Heuer # Date 904420773 0 # Node ID d2f7ed631ea700c77c7834c7dc0a87e154ba53a4 # Parent 7385a4939c61ffedeb3567d31779ac76aedaf9b2 Renamed from Makefile. (prefix, infodir): Use value obtained from configure. (emacslibdir): Obsolete variable deleted. (dist): Distribute configure.in, configure, Makefile.in. diff -r 7385a4939c61 -r d2f7ed631ea7 lispref/Makefile.in --- a/lispref/Makefile.in Sat Aug 29 19:58:35 1998 +0000 +++ b/lispref/Makefile.in Sat Aug 29 19:59:33 1998 +0000 @@ -13,17 +13,9 @@ # Where the TeX macros are kept: texmacrodir = /usr/local/lib/tex/macros -# Where the Emacs hierarchy lives ($EMACS in the INSTALL document for Emacs.) -# For example: -# emacslibdir = /usr/local/gnu/lib/emacs - -# Directory where Emacs is installed, by default: -emacslibdir = /usr/local/emacs - -# Unless you have a nonstandard Emacs installation, these shouldn't have to -# be changed. -prefix = /usr/local -infodir = ${prefix}/info +# Standard configure variables. +prefix = @prefix@ +infodir = @infodir@ # The name of the manual: @@ -101,8 +93,9 @@ -rm -rf temp -mkdir temp -mkdir temp/$(manual) - -ln README Makefile permute-index $(srcs) texinfo.tex \ - elisp.dvi elisp.aux elisp.??s elisp elisp-[0-9] elisp-[0-9][0-9] temp/$(manual) + -ln README configure.in configure Makefile.in permute-index $(srcs) \ + texinfo.tex elisp.dvi elisp.aux elisp.??s elisp elisp-[0-9] elisp-[0-9][0-9] \ + temp/$(manual) -(cd temp/$(manual); rm -f mkinstalldirs) cp mkinstalldirs temp/$(manual) (cd temp/$(manual); rm -f *~)