Switch to CVS 1.12.11
[dragonfly.git] / gnu / usr.bin / cvs / doc / Makefile
1 # $FreeBSD: src/gnu/usr.bin/cvs/doc/Makefile,v 1.12.2.3 2002/12/19 21:18:01 peter Exp $
2 # $DragonFly: src/gnu/usr.bin/cvs/doc/Makefile,v 1.4 2005/03/13 11:43:08 corecode Exp $
3
4 .include "${.CURDIR}/../Makefile.inc"
5
6 SRCDIR= ${CVSDIR}/doc
7
8 INFO=   cvs cvsclient
9 INFOSECTION= "Programming & development tools."
10 INFOENTRY_cvs= "* CVS: (cvs).                   CVS Reference Manual."
11 INFOENTRY_cvsclient= "* CVS-CLIENT: (cvsclient).        CVS client/server Reference Manual."
12
13 cvs.info: getdate-cvs.texi
14
15 getdate-cvs.texi: getdate.texi
16         sed -e "s/^@chapter /@appendixsec /" \
17             -e "s/^@section /@appendixsubsec /" \
18             < ${.ALLSRC} > ${.TARGET}
19
20 .include <bsd.info.mk>