This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / usd / 09.newsread / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 6.2 (Berkeley) 6/30/90
2# Makefile,v 1.5 1993/07/31 15:30:35 mycroft Exp
15637ed4
RG
3
4DIR= usd/09.newsread
78ed81a3 5DOC= 09.newsread
15637ed4 6
78ed81a3 7CSRC= ../../smm/10.newsop/tmac.n copyright.mn
8SRCS= ../../smm/10.newsop/tmac.n howto.mn
15637ed4
RG
9
10.include <bsd.doc.mk>
78ed81a3 11
12${DOC}.${PRINTER}: ${SRCS} ${DOC}.copyright.${PRINTER}
13 ( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
14
15${DOC}.copyright.${PRINTER}: ${CSRC}
16 ( cd ${.CURDIR} ; ${ROFF} ${CSRC} ) > ${.TARGET}