From: Richard M. Stallman Date: Sun, 25 Jan 2004 10:29:27 +0000 (+0000) Subject: (lispref): Do include lispref/index.texi. X-Git-Tag: ttn-vms-21-2-B4~7835 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae2230df4770e0dcc19e28017a70f4bba6d7a2dd;p=emacs.git (lispref): Do include lispref/index.texi. --- diff --git a/ChangeLog b/ChangeLog index 3dd7f76f945..226e4290a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-25 Jerome Marant (tiny change) + + * make-dist (lispref): Do include lispref/index.texi. + 2004-01-06 Eric Hanchrow (tiny change) * make-dist (tempdir): Include cursors in nt/icons 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