]> code.delx.au - gnu-emacs/commitdiff
Don't link index.*perm and permute-index into tempdir.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 18:26:58 +0000 (18:26 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 18:26:58 +0000 (18:26 +0000)
make-dist

index 93a5a5a2e887530fee55bd7ff77e69bf45b7cb14..78ce196a3dafc5da50b95a285cd62039a9e74106 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -616,8 +616,8 @@ echo "Making links to \`man'"
 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