Make links to doc/lispintro/*.pdf.

This commit is contained in:
Glenn Morris 2009-10-27 02:48:13 +00:00
parent 6bfde5f209
commit b8c5de8f13
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-10-27 Glenn Morris <rgm@gnu.org>
* make-dist: Make links to doc/lispintro/*.pdf.
2009-10-23 Jim Meyering <meyering@redhat.com>
* configure.in: Invoke $CPP with -P when creating Makefile and

View file

@ -706,7 +706,7 @@ echo "Making links to \`doc/lispref'"
echo "Making links to \`doc/lispintro'"
(cd doc/lispintro
ln *.texi *.aux *.fns *.kys *.vrs *.eps ../../${tempdir}/doc/lispintro
ln *.texi *.aux *.fns *.kys *.vrs *.eps *.pdf ../../${tempdir}/doc/lispintro
ln makefile.w32-in ../../${tempdir}/doc/lispintro
test -f README && ln README ../../${tempdir}/doc/lispintro
test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/lispintro