diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-23 00:15:29 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-23 00:15:29 +0000 |
commit | b8b5f5e5a6f1545f238018324d9fc28ddff77c89 (patch) | |
tree | 4bacc51ca692ccff989b207fec1660c63a6b9ec8 /make-dist | |
parent | 961bc084da63516edb95e7498a77f780a131074f (diff) | |
download | emacs-b8b5f5e5a6f1545f238018324d9fc28ddff77c89.tar.gz |
Remove duplicate cp command from `man' section.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 1 |
1 files changed, 0 insertions, 1 deletions
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 |