]> code.delx.au - gnu-emacs/commitdiff
(lispref): Do include lispref/index.texi.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jan 2004 10:29:27 +0000 (10:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jan 2004 10:29:27 +0000 (10:29 +0000)
ChangeLog
make-dist

index 3dd7f76f945c79daff6404150cc4c5d0e55443f7..226e4290a93945632b76e0226a4c3153da85cf38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-25  Jerome Marant  <jmarant@free.fr>  (tiny change)
+
+       * make-dist (lispref): Do include lispref/index.texi.
+
 2004-01-06  Eric Hanchrow <offby1@blarg.net> (tiny change)
 
        * make-dist (tempdir): Include cursors in nt/icons
index 945d39c916d98e541057eecdd1fe45d6a0fd323d..93a5a5a2e887530fee55bd7ff77e69bf45b7cb14 100755 (executable)
--- 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