/[emacs]/emacs/make-dist
ViewVC logotype

Diff of /emacs/make-dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.188 by eliz, Sat Nov 24 11:49:13 2001 UTC revision 1.189 by pj, Thu Nov 29 07:27:54 2001 UTC
# Line 633  echo "Making links to \`vms'" Line 633  echo "Making links to \`vms'"
633  ### It would be nice if they could all be symlinks to etc's copy, but  ### It would be nice if they could all be symlinks to etc's copy, but
634  ### you're not supposed to have any symlinks in distribution tar files.  ### you're not supposed to have any symlinks in distribution tar files.
635  echo "Making sure copying notices are all copies of \`etc/COPYING'"  echo "Making sure copying notices are all copies of \`etc/COPYING'"
636  rm -f ${tempdir}/etc/COPYING  for subdir in . etc lisp src lib-src info msdos; do
637  cp etc/COPYING ${tempdir}/etc/COPYING    rm -f ${tempdir}/${subdir}/COPYING
 for subdir in lisp src lib-src info msdos; do  
   if [ -f ${tempdir}/${subdir}/COPYING ]; then  
     rm ${tempdir}/${subdir}/COPYING  
   fi  
638    cp etc/COPYING ${tempdir}/${subdir}    cp etc/COPYING ${tempdir}/${subdir}
639  done  done
640    

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26