diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-01-25 10:29:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-01-25 10:29:27 +0000 |
commit | ae2230df4770e0dcc19e28017a70f4bba6d7a2dd (patch) | |
tree | ff63e619d8403e53f46a94dbd27a1c69f7bcf890 /make-dist | |
parent | 607bd9940c75eccb9444d2b1a857eb94fe5ef951 (diff) | |
download | emacs-ae2230df4770e0dcc19e28017a70f4bba6d7a2dd.tar.gz |
(lispref): Do include lispref/index.texi.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 945d39c916d..93a5a5a2e88 100755 --- a/make-dist +++ b/make-dist @@ -615,7 +615,7 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref - ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/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 test -f README && ln README ../${tempdir}/lispref |