Add cvs annotate -b which allows to annotate "backwards":
[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.6 2006/09/13 19:34:24 corecode Exp $
3
4 .include "${.CURDIR}/../Makefile.inc"
5
6 SRCDIR= ${CVSDIR}/doc
7 CONTRIBDIR= ${SRCDIR}
8
9 INFO=   cvs cvsclient
10 INFOSECTION= "Programming & development tools."
11 INFOENTRY_cvs= "* CVS: (cvs).                   CVS Reference Manual."
12 INFOENTRY_cvsclient= "* CVS-CLIENT: (cvsclient).        CVS client/server Reference Manual."
13
14 CLEANFILES+=    getdate-cvs.texi cvs.texinfo
15
16 cvs.texinfo: _PATCHFILE ${CONTRIBDIR}/cvs.texinfo cvs.texinfo.patch
17
18 cvs.info: getdate-cvs.texi
19
20 getdate-cvs.texi: getdate.texi
21         sed -e "s/^@chapter /@appendixsec /" \
22             -e "s/^@section /@appendixsubsec /" \
23             < ${.ALLSRC} > ${.TARGET}
24
25 .include <bsd.patch.mk>
26 .include <bsd.info.mk>