Mercurial > emacs
comparison make-dist @ 73512:dc3237394add
Make links to mac/make-package and
mac/Emacs.app/Contents/Resources/Emacs.icns.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 28 Oct 2006 02:18:32 +0000 |
parents | 81a55a7dc3c3 |
children | e68d05a41cab 7eeafaaa9eab |
comparison
equal
deleted
inserted
replaced
73511:f14918c52d74 | 73512:dc3237394add |
---|---|
520 ln [a-z]*.ico ../../${tempdir}/nt/icons | 520 ln [a-z]*.ico ../../${tempdir}/nt/icons |
521 ln [a-z]*.cur ../../${tempdir}/nt/icons) | 521 ln [a-z]*.cur ../../${tempdir}/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 |
529 ln [a-z]*.h ../../${tempdir}/mac/inc) | 529 ln [a-z]*.h ../../${tempdir}/mac/inc) |
530 | 530 |
537 ln [a-z]*.c *.r ../../${tempdir}/mac/src) | 537 ln [a-z]*.c *.r ../../${tempdir}/mac/src) |
538 | 538 |
539 echo "Making links to \`mac/Emacs.app/Contents'" | 539 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 | |
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) | |
542 | 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) |
546 | 550 |