From: Eli Zaretskii Date: Sat, 17 Nov 2001 09:36:58 +0000 (+0000) Subject: (lispref): Add *.txt, *.el, permute-index, and X-Git-Tag: ttn-vms-21-2-B4~18443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ccdf9b509dcc689b0e54f913fa48d97add8b21e;p=emacs.git (lispref): Add *.txt, *.el, permute-index, and tindex.pl to the list of those being put into the distribution. --- diff --git a/make-dist b/make-dist index c74ffa501fc..aeeed904707 100755 --- a/make-dist +++ b/make-dist @@ -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