Mercurial > emacs
comparison make-dist @ 53696:f9221b5b5d6d
(lispref): Do include lispref/index.texi.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Jan 2004 10:28:58 +0000 |
parents | 7a0f7095ef65 |
children | 400d9bd54631 |
comparison
equal
deleted
inserted
replaced
53695:556706c23b97 | 53696:f9221b5b5d6d |
---|---|
613 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 613 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
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 | grep -v index.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 index.*perm ../${tempdir}/lispref |
620 ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref | 620 ln *.txt *.el spellfile permute-index 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 |