From: Pavel Janík Date: Sat, 8 Dec 2001 21:05:10 +0000 (+0000) Subject: Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution. X-Git-Tag: ttn-vms-21-2-B4~17841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=860484dd3c15543d6127cb7fb6a3268af66403b8;p=emacs.git Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution. --- diff --git a/make-dist b/make-dist index 32b0b6867da..43a7807153e 100755 --- a/make-dist +++ b/make-dist @@ -633,7 +633,7 @@ echo "Making links to \`vms'" ### It would be nice if they could all be symlinks to etc's copy, but ### you're not supposed to have any symlinks in distribution tar files. echo "Making sure copying notices are all copies of \`COPYING'" -for subdir in . etc lisp src lib-src info msdos; do +for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do rm -f ${tempdir}/${subdir}/COPYING cp COPYING ${tempdir}/${subdir} done