diff options
author | Eli Zaretskii <eliz@is.elta.co.il> | 2004-02-16 18:26:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@is.elta.co.il> | 2004-02-16 18:26:58 +0000 |
commit | 3d5ac4d9e0da61cc0f5597561f89590f51fc4930 (patch) | |
tree | 54a6ea6ed2b4c7a5967e455f60f2e6e4723a4399 /make-dist | |
parent | 1c0ecbc4990861eee12b7983a068e976ad37fd23 (diff) | |
download | emacs-3d5ac4d9e0da61cc0f5597561f89590f51fc4930.tar.gz |
Don't link index.*perm and permute-index into tempdir.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
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 |