From 415782673f4cfd6499f5017adb799cd435f7b823 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 23 May 1993 00:15:29 +0000 Subject: [PATCH] Remove duplicate cp command from `man' section. --- make-dist | 1 - 1 file changed, 1 deletion(-) diff --git a/make-dist b/make-dist index c5499406ea2..1c4fa4e2d4d 100755 --- a/make-dist +++ b/make-dist @@ -243,7 +243,6 @@ echo "Making links to \`info'." echo "Making links to \`man'." (cd man ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man - cp texinfo.tex texindex.c ../${tempdir}/man test -f README && ln README ../${tempdir}/man test -f Makefile && ln Makefile ../${tempdir}/man ln ChangeLog split-man ../${tempdir}/man