diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-10 21:02:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-10 21:02:27 +0000 |
commit | ca25be60256f66e2f2e08a2f6d2187038c109fa6 (patch) | |
tree | 1556297130ecb09015e60ca8a0f5f18a9165e6bd /make-dist | |
parent | 7b4809496fb5daa34e92252281eb00464d44df55 (diff) | |
download | emacs-ca25be60256f66e2f2e08a2f6d2187038c109fa6.tar.gz |
Don't try to link *.texinfo--there are none now.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
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 |