changeset 1997:4b2a76f0d640

* make-dist: Don't try to copy the COPYING notice into external-lisp; we're not distributing that directory any more.
author Jim Blandy <jimb@redhat.com>
date Tue, 02 Mar 1993 08:28:38 +0000
parents 9d213c299866
children 656f4297962e
files make-dist
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Tue Mar 02 08:28:24 1993 +0000
+++ b/make-dist	Tue Mar 02 08:28:38 1993 +0000
@@ -231,7 +231,9 @@
 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