diff options
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -6,7 +6,7 @@ | |||
| 6 | #### be distributed. This means that if you add a file with an odd name, | 6 | #### be distributed. This means that if you add a file with an odd name, |
| 7 | #### you should make sure that this script will include it. | 7 | #### you should make sure that this script will include it. |
| 8 | 8 | ||
| 9 | # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2005 | 9 | # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2005 |
| 10 | # Free Software Foundation, Inc. | 10 | # Free Software Foundation, Inc. |
| 11 | # | 11 | # |
| 12 | # This file is part of GNU Emacs. | 12 | # This file is part of GNU Emacs. |
| @@ -323,7 +323,7 @@ for subdir in lisp site-lisp lispref lispintro \ | |||
| 323 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ | 323 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ |
| 324 | etc etc/e etc/images etc/images/gnus etc/images/smilies \ | 324 | etc etc/e etc/images etc/images/gnus etc/images/smilies \ |
| 325 | etc/tree-widget etc/tree-widget/default etc/tree-widget/folder \ | 325 | etc/tree-widget etc/tree-widget/default etc/tree-widget/folder \ |
| 326 | info man msdos vms mac mac/inc mac/inc/sys \ | 326 | info man m4 msdos vms mac mac/inc mac/inc/sys \ |
| 327 | mac/src mac/Emacs.app mac/Emacs.app/Contents \ | 327 | mac/src mac/Emacs.app mac/Emacs.app/Contents \ |
| 328 | mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \ | 328 | mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \ |
| 329 | mac/Emacs.app/Contents/Resources/English.lproj | 329 | mac/Emacs.app/Contents/Resources/English.lproj |
| @@ -487,8 +487,13 @@ echo "Making links to \`lib-src'" | |||
| 487 | done | 487 | done |
| 488 | cd ../${tempdir}/lib-src | 488 | cd ../${tempdir}/lib-src |
| 489 | rm -f Makefile.c | 489 | rm -f Makefile.c |
| 490 | rm -f getopt.h | ||
| 490 | rm -f =* TAGS) | 491 | rm -f =* TAGS) |
| 491 | 492 | ||
| 493 | echo "Making links to \`m4'" | ||
| 494 | (cd m4 | ||
| 495 | ln *.m4 ../${tempdir}/m4) | ||
| 496 | |||
| 492 | echo "Making links to \`nt'" | 497 | echo "Making links to \`nt'" |
| 493 | (cd nt | 498 | (cd nt |
| 494 | ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt | 499 | ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt |