# HG changeset patch # User Jim Blandy # Date 731060918 0 # Node ID 4b2a76f0d64014f76cd2bfb935736b430be262a9 # Parent 9d213c2998663e61462b4b878a6a9eedff9d4448 * make-dist: Don't try to copy the COPYING notice into external-lisp; we're not distributing that directory any more. diff -r 9d213c299866 -r 4b2a76f0d640 make-dist --- 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