From: Eli Zaretskii Date: Mon, 12 Nov 2001 13:39:51 +0000 (+0000) Subject: Add lispref/index.*perm files to the distribution. X-Git-Tag: ttn-vms-21-2-B4~18644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7db6effa4a326721b0bc199379ba5fd008d12d4a;p=emacs.git Add lispref/index.*perm files to the distribution. From Pavel Janik . --- diff --git a/make-dist b/make-dist index 4e70f9cd76d..c74ffa501fc 100755 --- a/make-dist +++ b/make-dist @@ -602,7 +602,7 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref - ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref + ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref ln ChangeLog ../${tempdir}/lispref