diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-09 22:00:28 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-09 22:00:28 -0500 |
commit | 5b43da69cbda7874f223da3063da594a7fb84218 (patch) | |
tree | b8ae54cf867fb2297f8165e2dbf316286784420a /Makefile.in | |
parent | b09a806e0f072bcd5b385fd0be544b5afe5ad3ac (diff) | |
download | emacs-5b43da69cbda7874f223da3063da594a7fb84218.tar.gz |
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 2 insertions, 5 deletions
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 |