diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-28 07:38:26 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-28 07:38:26 +0000 |
commit | 1c970c665482deaa9ee305609cf8a054ef3191c2 (patch) | |
tree | c8d3bf7185fca600dd5398b99a69641385bc9302 /make-dist | |
parent | 5742046d8ebad81a4d73f0f77ff0407b2e71e383 (diff) | |
download | emacs-1c970c665482deaa9ee305609cf8a054ef3191c2.tar.gz |
* 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.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 6c4117a2439..e671cc0964c 100755 --- a/make-dist +++ b/make-dist @@ -134,7 +134,7 @@ echo "Updating version number in README." 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} |