comparison make-dist @ 1790:1be021d4d816

* make-dist: Remember that the authoritative COPYING notice is `etc/COPYING', not `../etc/COPYING'.
author Jim Blandy <jimb@redhat.com>
date Thu, 14 Jan 1993 15:37:33 +0000
parents 4be274918c90
children 1136bc94d196
comparison
equal deleted inserted replaced
1789:2c65d1a8af09 1790:1be021d4d816
224 cp etc/COPYING ${tempdir}/etc/COPYING 224 cp etc/COPYING ${tempdir}/etc/COPYING
225 for subdir in lisp external-lisp src lib-src info shortnames; do 225 for subdir in lisp external-lisp src lib-src info shortnames; do
226 if [ -f ${tempdir}/${subdir}/COPYING ]; then 226 if [ -f ${tempdir}/${subdir}/COPYING ]; then
227 rm ${tempdir}/${subdir}/COPYING 227 rm ${tempdir}/${subdir}/COPYING
228 fi 228 fi
229 cp ../etc/COPYING ${tempdir}/${subdir} 229 cp etc/COPYING ${tempdir}/${subdir}
230 done 230 done
231 231
232 if [ "${newer}" ]; then 232 if [ "${newer}" ]; then
233 echo "Removing files older than $newer." 233 echo "Removing files older than $newer."
234 ## We remove .elc files unconditionally, on the theory that anyone picking 234 ## We remove .elc files unconditionally, on the theory that anyone picking