summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-01-25 10:28:58 +0000
committerRichard M. Stallman <rms@gnu.org>2004-01-25 10:28:58 +0000
commit730a2a79e47424961129ccd89d4497020855dd79 (patch)
tree736c69673d036c1c6c0e0d255a4a609d625d7065 /make-dist
parent141330a9cb116c839d6c8007dbaecce214edc7d9 (diff)
downloademacs-730a2a79e47424961129ccd89d4497020855dd79.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