From: Eli Zaretskii Date: Mon, 16 Feb 2004 18:26:58 +0000 (+0000) Subject: Don't link index.*perm and permute-index into tempdir. X-Git-Tag: ttn-vms-21-2-B4~7585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d5ac4d9e0da61cc0f5597561f89590f51fc4930;p=emacs.git Don't link index.*perm and permute-index into tempdir. --- diff --git a/make-dist b/make-dist index 93a5a5a2e88..78ce196a3da 100755 --- 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