This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / smm / 01.setup / tahoe / Makefile
CommitLineData
78ed81a3 1# from: @(#)Makefile 1.3 (Berkeley) 5/7/91
2# Makefile,v 1.2 1993/07/31 15:33:14 mycroft Exp
15637ed4 3
78ed81a3 4DIR= smm/01.setup/tahoe
5DOC= 01.setup
15637ed4 6
78ed81a3 7RSRC= ../common/renohints.t
15637ed4
RG
8CSRC= ../common/3.t ../common/4.t ../common/5.t ../common/6.t
9SRC= 0.t 1.t 2.t ${CSRC} a.t b.t
78ed81a3 10MACROS= -ms
15637ed4 11
78ed81a3 12.include <bsd.doc.mk>
15637ed4 13
78ed81a3 14${DOC}.${PRINTER}: ${SRC} ${DOC}.renohints.${PRINTER}
15 ( cd ${.CURDIR} ; ${EQN} ${SRC} ) | ${TBL} | ${ROFF} > ${.TARGET}
15637ed4 16
78ed81a3 17${DOC}.renohints.${PRINTER}: ${RSRC}
18 ( cd ${.CURDIR} ; ${TBL} ${RSRC} ) | ${ROFF} > ${.TARGET}