1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(lispref): Add *.txt, *.el, permute-index, and

tindex.pl to the list of those being put into the distribution.
This commit is contained in:
Eli Zaretskii 2001-11-17 09:36:58 +00:00
parent d1c9842e9e
commit 7ccdf9b509

View File

@ -603,6 +603,7 @@ echo "Making links to \`man'"
echo "Making links to \`lispref'"
(cd lispref
ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref
ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref
test -f README && ln README ../${tempdir}/lispref
test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
ln ChangeLog ../${tempdir}/lispref