summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-10 21:02:27 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-10 21:02:27 +0000
commitca25be60256f66e2f2e08a2f6d2187038c109fa6 (patch)
tree1556297130ecb09015e60ca8a0f5f18a9165e6bd /make-dist
parent7b4809496fb5daa34e92252281eb00464d44df55 (diff)
downloademacs-ca25be60256f66e2f2e08a2f6d2187038c109fa6.tar.gz
Don't try to link *.texinfo--there are none now.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index ce384fd88cc..08214692f2d 100755
--- 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