diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-01-06 20:29:33 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-01-06 20:29:33 +0000 |
commit | 05df088f2d502438560322d415e85eed4ab51ccc (patch) | |
tree | 9f98078d28614c00e9c0572db3ad52a501444884 /usr.bin | |
parent | 16ff93d178e38fd6ede1b65f32e6197a309f871a (diff) |
add cvsintro.7 to MAN now that jmc@ has put useful information in there
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs/Makefile b/usr.bin/cvs/cvs/Makefile index 21added489b..a6c27db8e84 100644 --- a/usr.bin/cvs/cvs/Makefile +++ b/usr.bin/cvs/cvs/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.15 2005/01/06 19:56:38 jfb Exp $ +# $Id: Makefile,v 1.16 2005/01/06 20:29:32 jfb Exp $ .PATH: ${.CURDIR}/.. PROG=cvs -MAN=cvs.1 cvsrc.5 +MAN=cvs.1 cvsrc.5 cvsintro.7 SRCS= cvs.c add.c annotate.c buf.c checkout.c commit.c diff.c entries.c \ file.c getlog.c history.c hist.c import.c init.c log.c logmsg.c \ |