Mercurial > emacs
comparison make-dist @ 89913:6d8448173335
Updated unicode branch
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 19 Apr 2004 07:18:52 +0000 |
parents | 375f2633d815 |
children | 59dcbfe97385 |
comparison
equal
deleted
inserted
replaced
89912:dbc050262b30 | 89913:6d8448173335 |
---|---|
510 (cd nt/inc/netinet | 510 (cd nt/inc/netinet |
511 ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) | 511 ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) |
512 | 512 |
513 echo "Making links to \`nt/icons'" | 513 echo "Making links to \`nt/icons'" |
514 (cd nt/icons | 514 (cd nt/icons |
515 ln [a-z]*.ico ../../${tempdir}/nt/icons) | 515 ln [a-z]*.ico ../../${tempdir}/nt/icons |
516 ln [a-z]*.cur ../../${tempdir}/nt/icons) | |
516 | 517 |
517 echo "Making links to \`mac'" | 518 echo "Making links to \`mac'" |
518 (cd mac | 519 (cd mac |
519 ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac) | 520 ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac) |
520 | 521 |
612 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 613 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
613 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 614 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
614 | 615 |
615 echo "Making links to \`lispref'" | 616 echo "Making links to \`lispref'" |
616 (cd lispref | 617 (cd lispref |
617 ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref | 618 ln `ls -1 *.texi` ../${tempdir}/lispref |
618 ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref | 619 ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref |
619 ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref | 620 ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref |
620 test -f README && ln README ../${tempdir}/lispref | 621 test -f README && ln README ../${tempdir}/lispref |
621 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 622 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
622 ln ChangeLog ../${tempdir}/lispref | 623 ln ChangeLog ../${tempdir}/lispref |
623 cd ../${tempdir}/lispref | 624 cd ../${tempdir}/lispref |
624 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail | 625 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail |
702 else | 703 else |
703 (cd ${tempparent}; mv ${emacsname} ..) | 704 (cd ${tempparent}; mv ${emacsname} ..) |
704 rm -rf ${tempparent} | 705 rm -rf ${tempparent} |
705 fi | 706 fi |
706 | 707 |
708 # arch-tag: 26e3eb50-a394-4ab2-82b2-d8e5af500de7 | |
707 ### make-dist ends here | 709 ### make-dist ends here |