Mercurial > emacs
comparison make-dist @ 41192:1daffd332bcd
(lispref): Add *.txt, *.el, permute-index, and
tindex.pl to the list of those being put into the distribution.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 17 Nov 2001 09:36:58 +0000 |
parents | 80822bf12d5e |
children | 7c0b7eab16c4 |
comparison
equal
deleted
inserted
replaced
41191:f6b767815369 | 41192:1daffd332bcd |
---|---|
601 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 601 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
602 | 602 |
603 echo "Making links to \`lispref'" | 603 echo "Making links to \`lispref'" |
604 (cd lispref | 604 (cd lispref |
605 ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref | 605 ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref |
606 ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref | |
606 test -f README && ln README ../${tempdir}/lispref | 607 test -f README && ln README ../${tempdir}/lispref |
607 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 608 test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
608 ln ChangeLog ../${tempdir}/lispref | 609 ln ChangeLog ../${tempdir}/lispref |
609 cd ../${tempdir}/lispref | 610 cd ../${tempdir}/lispref |
610 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail | 611 rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail |