]> code.delx.au - gnu-emacs/blobdiff - make-dist
Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution.
[gnu-emacs] / make-dist
index 32b0b6867da7994b695ce7c61652e9625b5048aa..43a7807153e5826b04c8e225fc675505511886ab 100755 (executable)
--- 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