Mercurial > emacs
comparison make-dist @ 41906:9ac2c536efe5
Fix comments.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 09 Dec 2001 13:17:52 +0000 |
parents | 80482c216b03 |
children | 627b778e6b76 |
comparison
equal
deleted
inserted
replaced
41905:90c1cb5c072c | 41906:9ac2c536efe5 |
---|---|
628 (cd vms | 628 (cd vms |
629 test -f README && ln README ../${tempdir}/vms | 629 test -f README && ln README ../${tempdir}/vms |
630 cd ../${tempdir}/vms | 630 cd ../${tempdir}/vms |
631 rm -f *~) | 631 rm -f *~) |
632 | 632 |
633 ### It would be nice if they could all be symlinks to etc's copy, but | 633 ### It would be nice if they could all be symlinks to top-level copy, but |
634 ### you're not supposed to have any symlinks in distribution tar files. | 634 ### you're not supposed to have any symlinks in distribution tar files. |
635 echo "Making sure copying notices are all copies of \`COPYING'" | 635 echo "Making sure copying notices are all copies of \`COPYING'" |
636 for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do | 636 for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do |
637 rm -f ${tempdir}/${subdir}/COPYING | 637 rm -f ${tempdir}/${subdir}/COPYING |
638 cp COPYING ${tempdir}/${subdir} | 638 cp COPYING ${tempdir}/${subdir} |