]> git.eshelyaron.com Git - emacs.git/commitdiff
Make links to doc/lispintro/*.pdf.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Oct 2009 02:48:13 +0000 (02:48 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Oct 2009 02:48:13 +0000 (02:48 +0000)
ChangeLog
make-dist

index 677f3abea3cc59d46c0eb784797d3ba97ae21e32..11136920ddec0d5baefd63b6071a20ae92c6d01f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 781a5539051a869abd7cabfe7aaeb87d9d9e1a7b..ec100c6740b6c67e9e0563baffea70800b634d76 100755 (executable)
--- 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