]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't try to link *.texinfo--there are none now.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Nov 1993 21:02:27 +0000 (21:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Nov 1993 21:02:27 +0000 (21:02 +0000)
make-dist

index ce384fd88ccefc63b608b8db5f590fd0a1610ae9..08214692f2d2f84b2ddcd3f4fa85baa67da073cd 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -264,7 +264,7 @@ echo "Making links to \`info'."
 
 echo "Making links to \`man'."
 (cd man
- ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
+ ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
  test -f README && ln README ../${tempdir}/man
  test -f Makefile && ln Makefile ../${tempdir}/man
  ln ChangeLog split-man ../${tempdir}/man