diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-08 21:05:10 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-08 21:05:10 +0000 |
commit | 860484dd3c15543d6127cb7fb6a3268af66403b8 (patch) | |
tree | 947a48d0a73da8cd31cb93aa5ca2af1b56a83476 /make-dist | |
parent | 6aec6ea8e799e37883795a7ed956d32875311ee7 (diff) | |
download | emacs-860484dd3c15543d6127cb7fb6a3268af66403b8.tar.gz |
Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
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 |