comparison make-dist @ 112328:ba9f26694b92

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 14 Jan 2011 13:12:57 -0800
parents 17e0028efc29 12edc231d764
children
comparison
equal deleted inserted replaced
112327:17e0028efc29 112328:ba9f26694b92
296 leim/SKK-DIC leim/ja-dic leim/quail \ 296 leim/SKK-DIC leim/ja-dic leim/quail \
297 src src/m src/s src/bitmaps lib lib-src oldXMenu lwlib \ 297 src src/m src/s src/bitmaps lib lib-src oldXMenu lwlib \
298 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ 298 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
299 `find etc lisp -type d` \ 299 `find etc lisp -type d` \
300 doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \ 300 doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \
301 test test/automated test/cedet test/cedet/tests test/indent \
301 info m4 msdos \ 302 info m4 msdos \
302 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ 303 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
303 nextstep/Cocoa/Emacs.base/Contents \ 304 nextstep/Cocoa/Emacs.base/Contents \
304 nextstep/Cocoa/Emacs.base/Contents/Resources \ 305 nextstep/Cocoa/Emacs.base/Contents/Resources \
305 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \ 306 nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj \
481 echo "Making links to \`doc/man'" 482 echo "Making links to \`doc/man'"
482 (cd doc/man 483 (cd doc/man
483 ln ChangeLog* *.1 ../../${tempdir}/doc/man 484 ln ChangeLog* *.1 ../../${tempdir}/doc/man
484 cd ../../${tempdir}/doc/man) 485 cd ../../${tempdir}/doc/man)
485 486
487 echo "Making links to \`test'"
488 (cd test
489 ln *.el ChangeLog README ../${tempdir}/test)
490
491 echo "Making links to \`test/automated'"
492 (cd test/automated
493 ln *.el Makefile.in ../../${tempdir}/test/automated)
494
495 echo "Making links to \`test/cedet'"
496 (cd test/cedet
497 ln *.el ../../${tempdir}/test/cedet)
498
499 echo "Making links to \`test/cedet/tests'"
500 (cd test/cedet/tests
501 ln *.c *.[ch]pp *.el *.hh *.java *.make ../../../${tempdir}/test/cedet/tests)
502
503 echo "Making links to \`test/indent'"
504 (cd test/indent
505 ln *.m *.mod *.prolog Makefile ../../${tempdir}/test/indent)
506
486 ### It would be nice if they could all be symlinks to top-level copy, but 507 ### It would be nice if they could all be symlinks to top-level copy, but
487 ### you're not supposed to have any symlinks in distribution tar files. 508 ### you're not supposed to have any symlinks in distribution tar files.
488 echo "Making sure copying notices are all copies of \`COPYING'" 509 echo "Making sure copying notices are all copies of \`COPYING'"
489 for subdir in . etc info leim lib lib-src lisp lwlib msdos nt src; do 510 for subdir in . etc info leim lib lib-src lisp lwlib msdos nt src; do
490 rm -f ${tempdir}/${subdir}/COPYING 511 rm -f ${tempdir}/${subdir}/COPYING