diff options
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 27 |
1 files changed, 2 insertions, 25 deletions
| @@ -337,10 +337,7 @@ for subdir in lisp site-lisp \ | |||
| 337 | etc/images/smilies/medium etc/images/tree-widget \ | 337 | etc/images/smilies/medium etc/images/tree-widget \ |
| 338 | etc/images/tree-widget/default etc/images/tree-widget/folder \ | 338 | etc/images/tree-widget/default etc/images/tree-widget/folder \ |
| 339 | etc/refcards etc/schema etc/tutorials info doc doc/emacs \ | 339 | etc/refcards etc/schema etc/tutorials info doc doc/emacs \ |
| 340 | doc/misc doc/man doc/lispref doc/lispintro m4 msdos vms mac \ | 340 | doc/misc doc/man doc/lispref doc/lispintro m4 msdos vms \ |
| 341 | mac/src mac/Emacs.app mac/Emacs.app/Contents \ | ||
| 342 | mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \ | ||
| 343 | mac/Emacs.app/Contents/Resources/English.lproj \ | ||
| 344 | nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ | 341 | nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ |
| 345 | nextstep/Cocoa/Emacs.base/Contents \ | 342 | nextstep/Cocoa/Emacs.base/Contents \ |
| 346 | nextstep/Cocoa/Emacs.base/Contents/Resources \ | 343 | nextstep/Cocoa/Emacs.base/Contents/Resources \ |
| @@ -539,26 +536,6 @@ echo "Making links to \`nt/icons'" | |||
| 539 | ln [a-z]*.ico ../../${tempdir}/nt/icons | 536 | ln [a-z]*.ico ../../${tempdir}/nt/icons |
| 540 | ln [a-z]*.cur ../../${tempdir}/nt/icons) | 537 | ln [a-z]*.cur ../../${tempdir}/nt/icons) |
| 541 | 538 | ||
| 542 | echo "Making links to \`mac'" | ||
| 543 | (cd mac | ||
| 544 | ln ChangeLog INSTALL README make-package ../${tempdir}/mac) | ||
| 545 | |||
| 546 | echo "Making links to \`mac/src'" | ||
| 547 | (cd mac/src | ||
| 548 | ln [a-z]*.c *.r ../../${tempdir}/mac/src) | ||
| 549 | |||
| 550 | echo "Making links to \`mac/Emacs.app/Contents'" | ||
| 551 | (cd mac/Emacs.app/Contents | ||
| 552 | ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents) | ||
| 553 | |||
| 554 | echo "Making links to \`mac/Emacs.app/Contents/Resources'" | ||
| 555 | (cd mac/Emacs.app/Contents/Resources | ||
| 556 | ln Emacs.icns ../../../../${tempdir}/mac/Emacs.app/Contents/Resources) | ||
| 557 | |||
| 558 | echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'" | ||
| 559 | (cd mac/Emacs.app/Contents/Resources/English.lproj | ||
| 560 | ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj) | ||
| 561 | |||
| 562 | echo "Making links to \`msdos'" | 539 | echo "Making links to \`msdos'" |
| 563 | (cd msdos | 540 | (cd msdos |
| 564 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos | 541 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos |
| @@ -760,7 +737,7 @@ echo "Making links to \`vms'" | |||
| 760 | ### It would be nice if they could all be symlinks to top-level copy, but | 737 | ### It would be nice if they could all be symlinks to top-level copy, but |
| 761 | ### you're not supposed to have any symlinks in distribution tar files. | 738 | ### you're not supposed to have any symlinks in distribution tar files. |
| 762 | echo "Making sure copying notices are all copies of \`COPYING'" | 739 | echo "Making sure copying notices are all copies of \`COPYING'" |
| 763 | for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do | 740 | for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do |
| 764 | rm -f ${tempdir}/${subdir}/COPYING | 741 | rm -f ${tempdir}/${subdir}/COPYING |
| 765 | cp COPYING ${tempdir}/${subdir} | 742 | cp COPYING ${tempdir}/${subdir} |
| 766 | done | 743 | done |