# HG changeset patch # User Jim Blandy # Date 724174992 0 # Node ID c4da55e6cfd3bd5592dfe5a543b8ca06322d4e9d # Parent 2bee660c30460265445380d20d2416581af56012 * make-dist: Don't bother creating an arch-lib directory; that's only for installation now. diff -r 2bee660c3046 -r c4da55e6cfd3 make-dist --- 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