diff options
| author | Eli Zaretskii | 2001-11-12 13:39:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-12 13:39:51 +0000 |
| commit | 7db6effa4a326721b0bc199379ba5fd008d12d4a (patch) | |
| tree | 1c2b8b79d1875e72e6ccdcabf867c88d20c62c36 | |
| parent | 273bd541201c55a9264fdb76b46af4a642270cba (diff) | |
| download | emacs-7db6effa4a326721b0bc199379ba5fd008d12d4a.tar.gz emacs-7db6effa4a326721b0bc199379ba5fd008d12d4a.zip | |
Add lispref/index.*perm files to the distribution.
From Pavel Janik <Pavel@Janik.cz>.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -602,7 +602,7 @@ echo "Making links to \`man'" | |||
| 602 | 602 | ||
| 603 | echo "Making links to \`lispref'" | 603 | echo "Making links to \`lispref'" |
| 604 | (cd lispref | 604 | (cd lispref |
| 605 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref | 605 | ln *.texi *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref |
| 606 | test -f README && ln README ../${tempdir}/lispref | 606 | test -f README && ln README ../${tempdir}/lispref |
| 607 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 607 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
| 608 | ln ChangeLog ../${tempdir}/lispref | 608 | ln ChangeLog ../${tempdir}/lispref |