| Commit | Line | Data |
|---|---|---|
| 984263bc | 1 | # $FreeBSD: src/gnu/usr.bin/cvs/doc/Makefile,v 1.12.2.3 2002/12/19 21:18:01 peter Exp $ |
| 984263bc MD |
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." | |
| c0d274d0 | 11 | MAKEINFOFLAGS+= --no-warn |
| 984263bc | 12 | |
| 9db8af6e SS |
13 | CLEANFILES+= getdate-cvs.texi cvs.texinfo |
| 14 | ||
| fffa0a21 SS |
15 | cvs.info: getdate-cvs.texi |
| 16 | ||
| a8a5ffd4 JM |
17 | cvs.texinfo: ${SRCDIR}/${.TARGET} |
| 18 | cp ${.ALLSRC} ${.TARGET} | |
| 19 | ||
| fffa0a21 SS |
20 | getdate-cvs.texi: getdate.texi |
| 21 | sed -e "s/^@chapter /@appendixsec /" \ | |
| 22 | -e "s/^@section /@appendixsubsec /" \ | |
| 23 | < ${.ALLSRC} > ${.TARGET} | |
| 24 | ||
| 984263bc | 25 | .include <bsd.info.mk> |