comparison make-dist @ 97535:f13d2ef47961

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1382
author Miles Bader <miles@gnu.org>
date Mon, 18 Aug 2008 05:33:28 +0000
parents c3512b2085a0 5e73f3fa746f
children 9419b837e9c6
comparison
equal deleted inserted replaced
97534:4d30ed7d18e3 97535:f13d2ef47961
508 (cd m4 508 (cd m4
509 ln *.m4 ../${tempdir}/m4) 509 ln *.m4 ../${tempdir}/m4)
510 510
511 echo "Making links to \`nt'" 511 echo "Making links to \`nt'"
512 (cd nt 512 (cd nt
513 ln emacs.manifest emacs.rc config.nt [a-z]*.c ../${tempdir}/nt 513 ln emacs.manifest emacs.rc emacsclient.rc config.nt [a-z]*.c ../${tempdir}/nt
514 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt 514 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
515 ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt 515 ln [a-z]*.bat [a-z]*.h ../${tempdir}/nt
516 ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) 516 ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
517 517
518 echo "Making links to \`nt/inc'" 518 echo "Making links to \`nt/inc'"
670 ln `find . -type f -print | grep -v CVS | grep -v RCS | grep -v cvsignore` ../${tempdir}/info 670 ln `find . -type f -print | grep -v CVS | grep -v RCS | grep -v cvsignore` ../${tempdir}/info
671 #ln [a-zA-Z]* ../${tempdir}/info 671 #ln [a-zA-Z]* ../${tempdir}/info
672 cd ../${tempdir}/info 672 cd ../${tempdir}/info
673 # Avoid an error when expanding the wildcards later. 673 # Avoid an error when expanding the wildcards later.
674 ln emacs dummy~ ; ln emacs \#dummy\# 674 ln emacs dummy~ ; ln emacs \#dummy\#
675 rm -f *~ \#*\# core) 675 rm -f *~ \#*\# core .arch-inventory)
676 676
677 echo "Making links to \`doc/emacs'" 677 echo "Making links to \`doc/emacs'"
678 (cd doc/emacs 678 (cd doc/emacs
679 ln *.texi *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/emacs 679 ln *.texi *.aux *.cps *.fns *.kys *.vrs ../../${tempdir}/doc/emacs
680 ln makefile.w32-in ../../${tempdir}/doc/emacs 680 ln makefile.w32-in ../../${tempdir}/doc/emacs