Merge branch 'vendor/SENDMAIL'
[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.7 2007/09/04 16:53:56 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 CLEANFILES+=    getdate-cvs.texi cvs.texinfo
14
15 cvs.info: getdate-cvs.texi
16
17 getdate-cvs.texi: getdate.texi
18         sed -e "s/^@chapter /@appendixsec /" \
19             -e "s/^@section /@appendixsubsec /" \
20             < ${.ALLSRC} > ${.TARGET}
21
22 .include <bsd.info.mk>