Mercurial > emacs
changeset 1688:c4da55e6cfd3
* make-dist: Don't bother creating an arch-lib directory; that's
only for installation now.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 12 Dec 1992 15:43:12 +0000 |
parents | 2bee660c3046 |
children | 5da6b5575f48 |
files | make-dist |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Sat Dec 12 15:42:53 1992 +0000 +++ b/make-dist Sat Dec 12 15:43:12 1992 +0000 @@ -1,7 +1,7 @@ #!/bin/sh #### make-dist: create an Emacs distribution tar file from the current -#### source tree. This basically creates a duplicate directory +#### source tree. This basically creates a duplicate directory #### structure, and then hard links into it only those files that should #### be distributed. This means that if you add a file with an odd name, #### you should make sure that this script will include it. @@ -103,7 +103,7 @@ echo "Creating subdirectories." for subdir in lisp lisp/term local-lisp external-lisp \ src src/m src/s lib-src oldXMenu \ - etc lock arch-lib cpp info man shortnames vms; do + etc lock cpp info man shortnames vms; do mkdir ${tempdir}/${subdir} done