Makefile: Cause the GNO- rather than the BSD-formatted manual page to

be installed for the 'install' and 'release' targets.
rcp.1G:   Changed formatting on two lines.
This commit is contained in:
gdr-ftp 1998-02-09 04:00:37 +00:00
parent 16f471c5eb
commit 6f61169e81
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $Id: Makefile,v 1.1 1998/01/24 07:35:16 taubert Exp $
# $Id: Makefile,v 1.2 1998/02/09 04:00:36 gdr-ftp Exp $
PROG= rcp
SRCS= rcp.c util.c
@ -7,6 +7,7 @@ LDADD= -lnetdb
OPTIMIZE=79
DEBUG= 25
HAS_BSD_MANPAGE = true # We want rcp.1G, not rcp.1
#.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
# || defined(MAKE_EBONES))

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rcp.1 8.1 (Berkeley) 5/31/93
.\" $Id: rcp.1G,v 1.1 1998/01/26 05:25:18 gdr-ftp Exp $
.\" $Id: rcp.1G,v 1.2 1998/02/09 04:00:37 gdr-ftp Exp $
.\"
.TH RCP 1 "November 1997" GNO "Commands and Applications"
.SH NAME
@ -134,7 +134,7 @@ for distribution with GNO/ME 2.0.6.
The
.BR rcp
command appeared in
BSD 4.2.
4.2BSD.
The version of
.BR rcp
described here
@ -153,5 +153,5 @@ file on the remote host.
.LP
The destination user and hostname may have to be specified as
``rhost.rname'' when the destination machine is running the
BSD 4.2 version of
4.2BSD version of
.BR rcp .