]> git.eshelyaron.com Git - emacs.git/commitdiff
(lispref): Add *.txt, *.el, permute-index, and
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Nov 2001 09:36:58 +0000 (09:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Nov 2001 09:36:58 +0000 (09:36 +0000)
tindex.pl to the list of those being put into the distribution.

make-dist

index c74ffa501fc60ca2babded950a7582b7e869075f..aeeed904707585d9f73e92c0466b446380b85892 100755 (executable)
--- 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