summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-29 17:43:17 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-29 17:43:17 +0000
commit53d8edb10b31d385fc3dff6a203f8a12769f040a (patch)
tree4034d3668bfa0d68ed03ca16e56e597d8f061e15 /make-dist
parent857375a1020139ddc69fbf94588adfe9f8e10baf (diff)
downloademacs-53d8edb10b31d385fc3dff6a203f8a12769f040a.tar.gz
Use COPYING from the top-level directory.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 5d6cfb4a90c..cb121a87fbe 100755
--- a/make-dist
+++ b/make-dist
@@ -632,10 +632,10 @@ 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 \`etc/COPYING'"
+echo "Making sure copying notices are all copies of \`COPYING'"
for subdir in . etc lisp src lib-src info msdos; do
rm -f ${tempdir}/${subdir}/COPYING
- cp etc/COPYING ${tempdir}/${subdir}
+ cp COPYING ${tempdir}/${subdir}
done
#### Make sure that there aren't any hard links between files in the