From 860484dd3c15543d6127cb7fb6a3268af66403b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 8 Dec 2001 21:05:10 +0000 Subject: [PATCH] Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5