diff options
-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 |