Mercurial > emacs
comparison make-dist @ 54007:400d9bd54631
Don't link index.*perm and permute-index into tempdir.
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Mon, 16 Feb 2004 18:26:58 +0000 |
parents | f9221b5b5d6d |
children | b5f2181a40b9 |
comparison
equal
deleted
inserted
replaced
54006:a582ee34bbf6 | 54007:400d9bd54631 |
---|---|
614 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 614 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
615 | 615 |
616 echo "Making links to \`lispref'" | 616 echo "Making links to \`lispref'" |
617 (cd lispref | 617 (cd lispref |
618 ln `ls -1 *.texi` ../${tempdir}/lispref | 618 ln `ls -1 *.texi` ../${tempdir}/lispref |
619 ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref | 619 ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref |
620 ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref | 620 ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref |
621 test -f README && ln README ../${tempdir}/lispref | 621 test -f README && ln README ../${tempdir}/lispref |
622 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 622 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
623 ln ChangeLog ../${tempdir}/lispref | 623 ln ChangeLog ../${tempdir}/lispref |
624 cd ../${tempdir}/lispref | 624 cd ../${tempdir}/lispref |
625 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail | 625 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail |