Mercurial > emacs
changeset 3206:3d245dcabb93
* make-dist: Make a `site-lisp' directory in the distribution,
instead of a `local-lisp' directory, which hasn't been the
appropriate name for a long time.
* Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
from the distribution first, then /usr/local/lib/emacs/site-lisp.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 28 May 1993 07:38:26 +0000 |
parents | 1ec39f8a42ac |
children | 257a856de952 |
files | Makefile.in make-dist |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Fri May 28 06:55:13 1993 +0000 +++ b/Makefile.in Fri May 28 07:38:26 1993 +0000 @@ -166,7 +166,7 @@ @rip_paths@lispdir=${srcdir}/lisp @rip_paths@externallispdir=${srcdir}/externallisp -@rip_paths@locallisppath=${datadir}/emacs/site-lisp +@rip_paths@locallisppath=${srcdir}/site-lisp:${datadir}/emacs/site-lisp @rip_paths@etcdir=${srcdir}/etc @rip_paths@lockdir=${srcdir}/lock @rip_paths@archlibdir=${srcdir}/lib-src
--- a/make-dist Fri May 28 06:55:13 1993 +0000 +++ b/make-dist Fri May 28 07:38:26 1993 +0000 @@ -134,7 +134,7 @@ echo "Creating subdirectories." # I think we're not going to distribute anything in external-lisp, so # I've removed it from this list. -for subdir in lisp lisp/term local-lisp \ +for subdir in lisp lisp/term site-lisp \ src src/m src/s src/bitmaps lib-src oldXMenu \ etc lock cpp info man shortnames vms; do mkdir ${tempdir}/${subdir}