Mercurial > emacs
diff make-dist @ 41682:8a2033481496
Use COPYING from the top-level directory.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 29 Nov 2001 17:43:17 +0000 |
parents | 1cc9127ddf72 |
children | 84b7e5da33e2 |
line wrap: on
line diff
--- a/make-dist Thu Nov 29 17:37:03 2001 +0000 +++ b/make-dist Thu Nov 29 17:43:17 2001 +0000 @@ -632,10 +632,10 @@ ### 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