changeset 54007:400d9bd54631

Don't link index.*perm and permute-index into tempdir.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 16 Feb 2004 18:26:58 +0000
parents a582ee34bbf6
children f937ce10e7b9
files make-dist
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Mon Feb 16 18:22:33 2004 +0000
+++ b/make-dist	Mon Feb 16 18:26:58 2004 +0000
@@ -616,8 +616,8 @@
 echo "Making links to \`lispref'"
 (cd lispref
  ln `ls -1 *.texi` ../${tempdir}/lispref
- ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref
- ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref
+ ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
+ ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref
  test -f README && ln README ../${tempdir}/lispref
  test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
  ln ChangeLog ../${tempdir}/lispref