From 5b43da69cbda7874f223da3063da594a7fb84218 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 9 Jan 2012 22:00:28 -0500 Subject: Mainly comment fixes related to PATH_LOADSEARCH etc. * src/epaths.in (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH, PATH_EXEC) (PATH_DATA, PATH_DOC): Update the template values to be closer to their typical values these days. * Makefile.in, src/epaths.in: Comments. --- Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 400fc73e6da..f178a3aeb16 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,11 +208,8 @@ lisppath=@lisppath@ # building. This is only used during the process of # compiling Emacs, to help Emacs find its lisp files # before they've been installed in their final location. -# It's usually identical to lisppath, except that -# it does not include locallisppath, and the -# entry for the directory containing the installed lisp -# files has been replaced with ../lisp. This should be a -# colon-separated list of directories. +# This should be a colon-separated list of directories. +# Normally it points to the lisp/ directory in the sources. buildlisppath=${srcdir}/lisp # Where to install the other architecture-independent -- cgit v1.2.1