diff options
| author | Jim Blandy | 1993-05-28 07:38:26 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-28 07:38:26 +0000 |
| commit | 97c701137d8f88ce4bd0af1b3cde48ed3c47ec9f (patch) | |
| tree | 1d27426c741e2f3c8ab36b538a22b51d539adda2 /make-dist | |
| parent | 65607c1f5252ab07633ce84030d27de3dff5de7e (diff) | |
| download | emacs-97c701137d8f88ce4bd0af1b3cde48ed3c47ec9f.tar.gz emacs-97c701137d8f88ce4bd0af1b3cde48ed3c47ec9f.zip | |
* 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
| @@ -134,7 +134,7 @@ echo "Updating version number in README." | |||
| 134 | echo "Creating subdirectories." | 134 | echo "Creating subdirectories." |
| 135 | # I think we're not going to distribute anything in external-lisp, so | 135 | # I think we're not going to distribute anything in external-lisp, so |
| 136 | # I've removed it from this list. | 136 | # I've removed it from this list. |
| 137 | for subdir in lisp lisp/term local-lisp \ | 137 | for subdir in lisp lisp/term site-lisp \ |
| 138 | src src/m src/s src/bitmaps lib-src oldXMenu \ | 138 | src src/m src/s src/bitmaps lib-src oldXMenu \ |
| 139 | etc lock cpp info man shortnames vms; do | 139 | etc lock cpp info man shortnames vms; do |
| 140 | mkdir ${tempdir}/${subdir} | 140 | mkdir ${tempdir}/${subdir} |