summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-02 08:28:38 +0000
committerJim Blandy <jimb@redhat.com>1993-03-02 08:28:38 +0000
commit5b2468369d5c4ac2a8fade3cac74c06115c86131 (patch)
treec7b603e1477ab61a416b5b6ab98f106c839773fe /make-dist
parentc56516d57a434ab6c27da319f3ae308534e301fb (diff)
downloademacs-5b2468369d5c4ac2a8fade3cac74c06115c86131.tar.gz
* make-dist: Don't try to copy the COPYING notice into
external-lisp; we're not distributing that directory any more.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 78c834fa711..90fce0f53d4 100755
--- a/make-dist
+++ b/make-dist
@@ -231,7 +231,9 @@ echo "Making links to \`vms'."
echo "Making sure copying notices are all copies of \`etc/COPYING'."
rm -f ${tempdir}/etc/COPYING
cp etc/COPYING ${tempdir}/etc/COPYING
-for subdir in lisp external-lisp src lib-src info shortnames; do
+# I think we're not going to distribute anything in external-lisp, so
+# I've removed it from this list.
+for subdir in lisp src lib-src info shortnames; do
if [ -f ${tempdir}/${subdir}/COPYING ]; then
rm ${tempdir}/${subdir}/COPYING
fi