Mercurial > emacs
diff make-dist @ 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 | 05297a5a8238 |
children | 0b629ab3f06a |
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