summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-01-25 10:29:27 +0000
committerRichard M. Stallman <rms@gnu.org>2004-01-25 10:29:27 +0000
commitae2230df4770e0dcc19e28017a70f4bba6d7a2dd (patch)
treeff63e619d8403e53f46a94dbd27a1c69f7bcf890 /make-dist
parent607bd9940c75eccb9444d2b1a857eb94fe5ef951 (diff)
downloademacs-ae2230df4770e0dcc19e28017a70f4bba6d7a2dd.tar.gz
(lispref): Do include lispref/index.texi.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
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