changeset 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 f6b767815369
children 1377d461b09c
files make-dist
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Sat Nov 17 07:20:39 2001 +0000
+++ b/make-dist	Sat Nov 17 09:36:58 2001 +0000
@@ -603,6 +603,7 @@
 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