aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-12-12 15:43:12 +0000
committerJim Blandy <[email protected]>1992-12-12 15:43:12 +0000
commit1d650ff1bdcc1400a54ad77e8d074b880df66c80 (patch)
treefe5853d009b673c3d46d14f6e0b6027b74102b3a /make-dist
parente94740ce8711ba524d295c50f0bb17fae5be18c9 (diff)
* make-dist: Don't bother creating an arch-lib directory; that's
only for installation now.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 330f1a0cc8..4d76be2fa2 100755
--- a/make-dist
+++ b/make-dist
@@ -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