From: Pavel Janík Date: Thu, 29 Nov 2001 17:43:17 +0000 (+0000) Subject: Use COPYING from the top-level directory. X-Git-Tag: ttn-vms-21-2-B4~18028 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd4bc5801481e4401bf504d9ee2854f3ce0efd3b;p=emacs.git Use COPYING from the top-level directory. --- diff --git a/make-dist b/make-dist index 5d6cfb4a90c..cb121a87fbe 100755 --- a/make-dist +++ b/make-dist @@ -632,10 +632,10 @@ 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 \`etc/COPYING'" +echo "Making sure copying notices are all copies of \`COPYING'" for subdir in . etc lisp src lib-src info msdos; do rm -f ${tempdir}/${subdir}/COPYING - cp etc/COPYING ${tempdir}/${subdir} + cp COPYING ${tempdir}/${subdir} done #### Make sure that there aren't any hard links between files in the