Mercurial > emacs
changeset 105778:a431286b73b3
Make links to doc/lispintro/*.pdf.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Oct 2009 02:48:13 +0000 |
parents | 864345ea94cf |
children | 4f83cd6cf378 |
files | ChangeLog make-dist |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Oct 27 02:46:22 2009 +0000 +++ b/ChangeLog Tue Oct 27 02:48:13 2009 +0000 @@ -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
--- a/make-dist Tue Oct 27 02:46:22 2009 +0000 +++ b/make-dist Tue Oct 27 02:48:13 2009 +0000 @@ -706,7 +706,7 @@ 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