aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist27
1 files changed, 2 insertions, 25 deletions
diff --git a/make-dist b/make-dist
index 19d7ddc79b0..72af326f5ce 100755
--- a/make-dist
+++ b/make-dist
@@ -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
542echo "Making links to \`mac'"
543(cd mac
544 ln ChangeLog INSTALL README make-package ../${tempdir}/mac)
545
546echo "Making links to \`mac/src'"
547(cd mac/src
548 ln [a-z]*.c *.r ../../${tempdir}/mac/src)
549
550echo "Making links to \`mac/Emacs.app/Contents'"
551(cd mac/Emacs.app/Contents
552 ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents)
553
554echo "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
558echo "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
562echo "Making links to \`msdos'" 539echo "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.
762echo "Making sure copying notices are all copies of \`COPYING'" 739echo "Making sure copying notices are all copies of \`COPYING'"
763for subdir in . etc info leim lib-src lisp lwlib mac msdos nt src; do 740for 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}
766done 743done