This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / ps1 / 13.rcs / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 6.2 (Berkeley) 6/30/90
2# Makefile,v 1.5 1993/07/31 15:33:38 mycroft Exp
15637ed4
RG
3
4DIR= ps1/13.rcs
78ed81a3 5DOC= 13.rcs
15637ed4 6
78ed81a3 7MSRC= rcs.man
8SRCS= rcs.ms
9MACS= -ms
10MMACS= -mandoc
15637ed4
RG
11
12.include <bsd.doc.mk>
78ed81a3 13
14${DOC}.${PRINTER}: ${SRCS} ${DOC}.man.${PRINTER}
15 ( cd ${.CURDIR} ; ${ROFF} ${MACS} ${SRCS} ) > ${.TARGET}
16
17${DOC}.man.${PRINTER}: ${MSRC}
18 ( cd ${.CURDIR} ; ${ROFF} ${MMACS} ${MSRC} ) > ${.TARGET}