diff options
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -522,7 +522,7 @@ echo "Making links to \`nt/icons'" | |||
| 522 | 522 | ||
| 523 | echo "Making links to \`mac'" | 523 | echo "Making links to \`mac'" |
| 524 | (cd mac | 524 | (cd mac |
| 525 | ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac) | 525 | ln ChangeLog INSTALL README make-package *.xml *.MPW ../${tempdir}/mac) |
| 526 | 526 | ||
| 527 | echo "Making links to \`mac/inc'" | 527 | echo "Making links to \`mac/inc'" |
| 528 | (cd mac/inc | 528 | (cd mac/inc |
| @@ -540,6 +540,10 @@ echo "Making links to \`mac/Emacs.app/Contents'" | |||
| 540 | (cd mac/Emacs.app/Contents | 540 | (cd mac/Emacs.app/Contents |
| 541 | ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents) | 541 | ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents) |
| 542 | 542 | ||
| 543 | echo "Making links to \`mac/Emacs.app/Contents/Resources'" | ||
| 544 | (cd mac/Emacs.app/Contents/Resources | ||
| 545 | ln Emacs.icns ../../../../${tempdir}/mac/Emacs.app/Contents/Resources) | ||
| 546 | |||
| 543 | echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'" | 547 | echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'" |
| 544 | (cd mac/Emacs.app/Contents/Resources/English.lproj | 548 | (cd mac/Emacs.app/Contents/Resources/English.lproj |
| 545 | ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj) | 549 | ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj) |