From: Glenn Morris Date: Tue, 27 Oct 2009 02:48:13 +0000 (+0000) Subject: Make links to doc/lispintro/*.pdf. X-Git-Tag: emacs-pretest-23.1.90~639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8c5de8f133c818eef4d6f0962e4320d4cd24d7f;p=emacs.git Make links to doc/lispintro/*.pdf. --- diff --git a/ChangeLog b/ChangeLog index 677f3abea3c..11136920dde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-10-27 Glenn Morris + + * make-dist: Make links to doc/lispintro/*.pdf. + 2009-10-23 Jim Meyering * configure.in: Invoke $CPP with -P when creating Makefile and diff --git a/make-dist b/make-dist index 781a5539051..ec100c6740b 100755 --- a/make-dist +++ b/make-dist @@ -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