summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-08 21:05:10 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-08 21:05:10 +0000
commit84cc405f8356ab26754c5978b7b0d4ab505b55dc (patch)
tree67ac3e3d9db1729227d9c0033c9ecb1ca4912c61 /make-dist
parent7d890a9c52bbdef24c030a754f0a88112bac89e5 (diff)
downloademacs-84cc405f8356ab26754c5978b7b0d4ab505b55dc.tar.gz
Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
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