a5f8bdeef2d99f7e42fb2b93f40c65161a084146
[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
3 .include "${.CURDIR}/../Makefile.inc"
4
5 SRCDIR= ${CVSDIR}/doc
6
7 INFO=   cvs cvsclient
8 INFOSECTION= "Programming & development tools."
9 INFOENTRY_cvs= "* CVS: (cvs).                   CVS Reference Manual."
10 INFOENTRY_cvsclient= "* CVS-CLIENT: (cvsclient).        CVS client/server Reference Manual."
11 MAKEINFOFLAGS+= --no-warn
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>