diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-15 20:06:08 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-15 20:06:08 +0000 |
commit | e2111ab396d7c2b4cfb228e56df3bb50075a6fab (patch) | |
tree | 06b89d7036c386a44454f5b2c65f7eeec6a12f02 /usr.bin | |
parent | 9734c9af4235adcea70b130a2949bbd184c5c19a (diff) |
we have manual pages for all the rcs tools now,
lets tell Makefile to generate them.
ok joris@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 4a7e6ef0891..b05777ec2f3 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2005/10/11 15:50:25 niallo Exp $ +# $OpenBSD: Makefile,v 1.15 2005/10/15 20:06:07 niallo Exp $ .PATH: ${.CURDIR}/../cvs PROG= rcs -MAN= rcs.1 +MAN= ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rlog.1 SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c date.y \ diff.c log.c rcs.c rcsnum.c strtab.c |