(lispref): Do include lispref/index.texi.
This commit is contained in:
parent
607bd9940c
commit
ae2230df47
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue