comparison make-dist @ 90208:890cc78a5a24

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 493-503) - Update from CVS - Update from CVS: lisp/startup.el (command-line): Fix typo. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 95-98) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 29 Jul 2005 01:54:54 +0000
parents f9a65d7ebd29 385af3e03206
children 5e2d3828e89f
comparison
equal deleted inserted replaced
90207:43ea22612328 90208:890cc78a5a24
4 #### source tree. This basically creates a duplicate directory 4 #### source tree. This basically creates a duplicate directory
5 #### structure, and then hard links into it only those files that should 5 #### structure, and then hard links into it only those files that should
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.
13 # 13 #
14 # GNU Emacs is free software; you can redistribute it and/or modify 14 # GNU Emacs is free software; you can redistribute it and/or modify
321 leim/SKK-DIC leim/ja-dic leim/quail \ 321 leim/SKK-DIC leim/ja-dic leim/quail \
322 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 322 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
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
330 do 330 do
331 echo " ${tempdir}/${subdir}" 331 echo " ${tempdir}/${subdir}"
485 chmod a-w ../${tempdir}/lib-src/$file 485 chmod a-w ../${tempdir}/lib-src/$file
486 fi 486 fi
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)
492
493 echo "Making links to \`m4'"
494 (cd m4
495 ln *.m4 ../${tempdir}/m4)
491 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
495 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt 500 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt