diff options
| author | Glenn Morris | 2009-02-03 04:03:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-03 04:03:41 +0000 |
| commit | 4e1fb9546ee8cc775b8eb3ae68471657516e663f (patch) | |
| tree | 02c4f7b17c3d6f50a3e2f85653e35b210f8251e1 | |
| parent | 20106e31be004f2902d905990753e401017e25af (diff) | |
| download | emacs-4e1fb9546ee8cc775b8eb3ae68471657516e663f.tar.gz emacs-4e1fb9546ee8cc775b8eb3ae68471657516e663f.zip | |
Add some missing files, remove some that are no longer present.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | make-dist | 62 |
2 files changed, 31 insertions, 36 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-02-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Add some missing files, remove some that are no longer | ||
| 4 | present. | ||
| 5 | |||
| 1 | 2009-02-02 Glenn Morris <rgm@gnu.org> | 6 | 2009-02-02 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * make-dist: Add some missing nextstep/ files. | 8 | * make-dist: Add some missing nextstep/ files. |
| @@ -328,8 +328,8 @@ for subdir in lisp site-lisp \ | |||
| 328 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ | 328 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ |
| 329 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ | 329 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ |
| 330 | etc etc/charsets etc/e etc/gnus etc/nxml \ | 330 | etc etc/charsets etc/e etc/gnus etc/nxml \ |
| 331 | etc/images etc/images/ezimage etc/images/gnus etc/images/gud \ | 331 | etc/images etc/images/custom etc/images/ezimage etc/images/gnus \ |
| 332 | etc/images/icons etc/images/icons/hicolor \ | 332 | etc/images/gud etc/images/icons etc/images/icons/hicolor \ |
| 333 | etc/images/icons/hicolor/*x* etc/images/icons/hicolor/scalable \ | 333 | etc/images/icons/hicolor/*x* etc/images/icons/hicolor/scalable \ |
| 334 | etc/images/icons/hicolor/*/apps etc/images/icons/hicolor/*/mimetypes \ | 334 | etc/images/icons/hicolor/*/apps etc/images/icons/hicolor/*/mimetypes \ |
| 335 | etc/images/low-color etc/images/mail \ | 335 | etc/images/low-color etc/images/mail \ |
| @@ -389,23 +389,14 @@ echo "Making links to \`lisp' and its subdirectories" | |||
| 389 | mkdir -p ../${tempdir}/lisp/$file | 389 | mkdir -p ../${tempdir}/lisp/$file |
| 390 | ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file | 390 | ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file |
| 391 | ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file | 391 | ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file |
| 392 | for img in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.xbm $file/[a-zA-Z]*.pbm; do | 392 | ## calc/README.priv, nxml/TODO |
| 393 | if [ -f $img ]; then | 393 | for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \ |
| 394 | ln $img ../${tempdir}/lisp/$file | 394 | $file/README $file/ChangeLog $file/ChangeLog.*[0-9] \ |
| 395 | $file/README.prev $file/TODO; do | ||
| 396 | if [ -f $f ]; then | ||
| 397 | ln $f ../${tempdir}/lisp/$file | ||
| 395 | fi | 398 | fi |
| 396 | done | 399 | done |
| 397 | if [ -f $file/README ]; then | ||
| 398 | ln $file/README ../${tempdir}/lisp/$file | ||
| 399 | fi | ||
| 400 | |||
| 401 | if [ -f $file/ChangeLog ]; then | ||
| 402 | ln $file/ChangeLog ../${tempdir}/lisp/$file | ||
| 403 | for f in $file/ChangeLog.*[0-9]; do | ||
| 404 | if [ -f $f ]; then | ||
| 405 | ln $f ../${tempdir}/lisp/$file | ||
| 406 | fi | ||
| 407 | done | ||
| 408 | fi | ||
| 409 | done ) | 400 | done ) |
| 410 | 401 | ||
| 411 | echo "Making links to \`leim' and its subdirectories" | 402 | echo "Making links to \`leim' and its subdirectories" |
| @@ -414,14 +405,14 @@ echo "Making links to \`leim' and its subdirectories" | |||
| 414 | ln makefile.w32-in ../${tempdir}/leim | 405 | ln makefile.w32-in ../${tempdir}/leim |
| 415 | ln ChangeLog README ../${tempdir}/leim | 406 | ln ChangeLog README ../${tempdir}/leim |
| 416 | 407 | ||
| 417 | ln CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC | 408 | ln CXTERM-DIC/README CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC |
| 418 | ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/leim/SKK-DIC | 409 | ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/leim/SKK-DIC |
| 419 | ln MISC-DIC/*.* ../${tempdir}/leim/MISC-DIC | 410 | ln MISC-DIC/README MISC-DIC/*.* ../${tempdir}/leim/MISC-DIC |
| 420 | ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/leim/ja-dic | 411 | ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/leim/ja-dic |
| 421 | ln Makefile.in ../${tempdir}/leim/Makefile.in | 412 | ln Makefile.in ../${tempdir}/leim/Makefile.in |
| 422 | ln leim-ext.el ../${tempdir}/leim/leim-ext.el | 413 | ln leim-ext.el ../${tempdir}/leim/leim-ext.el |
| 423 | ## Lisp files that start with a capital are generated from TIT | 414 | ## Lisp files that start with a capital (also 4Corner.el) are |
| 424 | ## dictionaries so we don't distribute them. | 415 | ## generated from TIT dictionaries so we don't distribute them. |
| 425 | ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/leim/quail | 416 | ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/leim/quail |
| 426 | rm -f ../${tempdir}/leim/quail/quick-b5.* | 417 | rm -f ../${tempdir}/leim/quail/quick-b5.* |
| 427 | rm -f ../${tempdir}/leim/quail/quick-cns.* | 418 | rm -f ../${tempdir}/leim/quail/quick-cns.* |
| @@ -440,10 +431,9 @@ echo "Making links to \`src'" | |||
| 440 | ln [a-zA-Z]*.h ../${tempdir}/src | 431 | ln [a-zA-Z]*.h ../${tempdir}/src |
| 441 | ln [a-zA-Z]*.m ../${tempdir}/src | 432 | ln [a-zA-Z]*.m ../${tempdir}/src |
| 442 | ln [a-zA-Z]*.in ../${tempdir}/src | 433 | ln [a-zA-Z]*.in ../${tempdir}/src |
| 443 | ln [a-zA-Z]*.opt ../${tempdir}/src | ||
| 444 | ## If we ended up with a symlink, or if we did not get anything | 434 | ## If we ended up with a symlink, or if we did not get anything |
| 445 | ## due to a cross-device symlink, copy the file. | 435 | ## due to a cross-device symlink, copy the file. |
| 446 | for file in [a-zA-Z]*.[hcs] [a-zA-Z]*.in [a-zA-Z]*.opt; do | 436 | for file in [a-zA-Z]*.[hcs] [a-zA-Z]*.in; do |
| 447 | if test -f ../${tempdir}/src/$file; then | 437 | if test -f ../${tempdir}/src/$file; then |
| 448 | # test -f appears to succeed for a symlink | 438 | # test -f appears to succeed for a symlink |
| 449 | if test -L ../${tempdir}/src/$file; then | 439 | if test -L ../${tempdir}/src/$file; then |
| @@ -481,7 +471,7 @@ echo "Making links to \`lib-src'" | |||
| 481 | (cd lib-src | 471 | (cd lib-src |
| 482 | ln [a-zA-Z]*.[chmy] ../${tempdir}/lib-src | 472 | ln [a-zA-Z]*.[chmy] ../${tempdir}/lib-src |
| 483 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 473 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
| 484 | ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src | 474 | ln b2m.pl grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src |
| 485 | ln makefile.w32-in ../${tempdir}/lib-src | 475 | ln makefile.w32-in ../${tempdir}/lib-src |
| 486 | ## If we ended up with a symlink, or if we did not get anything | 476 | ## If we ended up with a symlink, or if we did not get anything |
| 487 | ## due to a cross-device symlink, copy the file. | 477 | ## due to a cross-device symlink, copy the file. |
| @@ -533,12 +523,12 @@ echo "Making links to \`nt/inc/netinet'" | |||
| 533 | 523 | ||
| 534 | echo "Making links to \`nt/icons'" | 524 | echo "Making links to \`nt/icons'" |
| 535 | (cd nt/icons | 525 | (cd nt/icons |
| 536 | ln [a-z]*.ico ../../${tempdir}/nt/icons | 526 | ln README [a-z]*.ico ../../${tempdir}/nt/icons |
| 537 | ln [a-z]*.cur ../../${tempdir}/nt/icons) | 527 | ln [a-z]*.cur ../../${tempdir}/nt/icons) |
| 538 | 528 | ||
| 539 | echo "Making links to \`msdos'" | 529 | echo "Making links to \`msdos'" |
| 540 | (cd msdos | 530 | (cd msdos |
| 541 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos | 531 | ln ChangeLog INSTALL README emacs.ico emacs.pif ../${tempdir}/msdos |
| 542 | ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos | 532 | ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos |
| 543 | cd ../${tempdir}/msdos | 533 | cd ../${tempdir}/msdos |
| 544 | rm -f =*) | 534 | rm -f =*) |
| @@ -633,8 +623,9 @@ echo "Making links to \`etc/images'" | |||
| 633 | ln $f ../../${tempdir}/etc/images | 623 | ln $f ../../${tempdir}/etc/images |
| 634 | done) | 624 | done) |
| 635 | 625 | ||
| 636 | for dir in etc/images/ezimage etc/images/gnus etc/images/gud etc/images/icons \ | 626 | for dir in etc/images/custom etc/images/ezimage etc/images/gnus \ |
| 637 | etc/images/low-color etc/images/mail etc/images/smilies ; do | 627 | etc/images/gud etc/images/icons etc/images/low-color etc/images/mail \ |
| 628 | etc/images/smilies ; do | ||
| 638 | echo "Making links to \`${dir}'" | 629 | echo "Making links to \`${dir}'" |
| 639 | (cd ${dir} | 630 | (cd ${dir} |
| 640 | for f in *; do | 631 | for f in *; do |
| @@ -677,20 +668,19 @@ echo "Making links to \`info'" | |||
| 677 | 668 | ||
| 678 | echo "Making links to \`doc/emacs'" | 669 | echo "Making links to \`doc/emacs'" |
| 679 | (cd doc/emacs | 670 | (cd doc/emacs |
| 680 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/emacs | 671 | ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs |
| 681 | ln makefile.w32-in ../../${tempdir}/doc/emacs | 672 | ln makefile.w32-in ../../${tempdir}/doc/emacs |
| 682 | test -f README && ln README ../../${tempdir}/doc/emacs | ||
| 683 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/emacs | 673 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/emacs |
| 684 | ln ChangeLog ../../${tempdir}/doc/emacs | 674 | ln ChangeLog ../../${tempdir}/doc/emacs |
| 685 | cp texinfo.tex ../../${tempdir}/doc/emacs | ||
| 686 | cd ../../${tempdir}/doc/emacs | 675 | cd ../../${tempdir}/doc/emacs |
| 687 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 676 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
| 688 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 677 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
| 689 | 678 | ||
| 690 | echo "Making links to \`doc/misc'" | 679 | echo "Making links to \`doc/misc'" |
| 691 | (cd doc/misc | 680 | (cd doc/misc |
| 692 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/misc | 681 | ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/misc |
| 693 | ln makefile.w32-in ../../${tempdir}/doc/misc | 682 | ln makefile.w32-in ../../${tempdir}/doc/misc |
| 683 | ln gnus-news.el ../../${tempdir}/doc/misc | ||
| 694 | test -f README && ln README ../../${tempdir}/doc/misc | 684 | test -f README && ln README ../../${tempdir}/doc/misc |
| 695 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/misc | 685 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/misc |
| 696 | ln ChangeLog ../../${tempdir}/doc/misc | 686 | ln ChangeLog ../../${tempdir}/doc/misc |
| @@ -699,12 +689,13 @@ echo "Making links to \`doc/misc'" | |||
| 699 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 689 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
| 700 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 690 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
| 701 | 691 | ||
| 692 | ## FIXME book-spine.texinfo unused? | ||
| 702 | echo "Making links to \`doc/lispref'" | 693 | echo "Making links to \`doc/lispref'" |
| 703 | (cd doc/lispref | 694 | (cd doc/lispref |
| 704 | ln `ls -1 *.texi` ../../${tempdir}/doc/lispref | 695 | ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/lispref |
| 705 | ln *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/lispref | ||
| 706 | ln *.txt *.el spellfile tindex.pl ../../${tempdir}/doc/lispref | 696 | ln *.txt *.el spellfile tindex.pl ../../${tempdir}/doc/lispref |
| 707 | ln makefile.w32-in ../../${tempdir}/doc/lispref | 697 | ln makefile.w32-in ../../${tempdir}/doc/lispref |
| 698 | ln book-spine.texinfo two-volume.make ../../${tempdir}/doc/lispref | ||
| 708 | test -f README && ln README ../../${tempdir}/doc/lispref | 699 | test -f README && ln README ../../${tempdir}/doc/lispref |
| 709 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispref | 700 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispref |
| 710 | ln ChangeLog ../../${tempdir}/doc/lispref | 701 | ln ChangeLog ../../${tempdir}/doc/lispref |
| @@ -714,9 +705,8 @@ echo "Making links to \`doc/lispref'" | |||
| 714 | 705 | ||
| 715 | echo "Making links to \`doc/lispintro'" | 706 | echo "Making links to \`doc/lispintro'" |
| 716 | (cd doc/lispintro | 707 | (cd doc/lispintro |
| 717 | ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../../${tempdir}/doc/lispintro | 708 | ln *.texi *.aux *.fns *.kys *.vrs *.eps ../../${tempdir}/doc/lispintro |
| 718 | ln makefile.w32-in ../../${tempdir}/doc/lispintro | 709 | ln makefile.w32-in ../../${tempdir}/doc/lispintro |
| 719 | test -f texinfo.tex && ln texinfo.tex ../../${tempdir}/doc/lispintro | ||
| 720 | test -f README && ln README ../../${tempdir}/doc/lispintro | 710 | test -f README && ln README ../../${tempdir}/doc/lispintro |
| 721 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispintro | 711 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispintro |
| 722 | ln ChangeLog ../../${tempdir}/doc/lispintro | 712 | ln ChangeLog ../../${tempdir}/doc/lispintro |