gcc50: Update to 02 APR 2015 snapshot (SVN 221845)
[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 cvs.texinfo: ${SRCDIR}/${.TARGET}
18         cp ${.ALLSRC} ${.TARGET}
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.info.mk>