1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 09:16:02 -08:00

* make-dist: Don't bother creating an arch-lib directory; that's

only for installation now.
This commit is contained in:
Jim Blandy 1992-12-12 15:43:12 +00:00
parent e94740ce87
commit 1d650ff1bd

View file

@ -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 @@ cp config.sub ${tempdir}
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