# HG changeset patch # User Glenn Morris # Date 1256611693 0 # Node ID a431286b73b3bfe589fd797e5674f31c817286f8 # Parent 864345ea94cf52ad76d506024de21b9995c6b8d3 Make links to doc/lispintro/*.pdf. diff -r 864345ea94cf -r a431286b73b3 ChangeLog --- 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 + + * make-dist: Make links to doc/lispintro/*.pdf. + 2009-10-23 Jim Meyering * configure.in: Invoke $CPP with -P when creating Makefile and diff -r 864345ea94cf -r a431286b73b3 make-dist --- 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