Mercurial > emacs
changeset 41895:80482c216b03
Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 08 Dec 2001 21:05:10 +0000 |
parents | 062b946fd386 |
children | eb2a8a88ee98 |
files | make-dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Sat Dec 08 20:59:54 2001 +0000 +++ b/make-dist Sat Dec 08 21:05:10 2001 +0000 @@ -633,7 +633,7 @@ ### 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