>From: Sascha Wildner <swildner@channelz.gun.de>
[unix-history] / share / doc / usd / 16.ex / Makefile
CommitLineData
d38c2815
AM
1# from: @(#)Makefile 6.2 (Berkeley) 6/30/90
2# Makefile,v 1.4 1993/07/31 15:30:05 mycroft Exp
15637ed4
RG
3
4DIR= usd/16.ex
d38c2815
AM
5DOC= 16.ex
6
15637ed4 7SRCS= ex.rm
d38c2815 8MACROS= -ms
15637ed4 9
d38c2815 10.include <bsd.doc.mk>
15637ed4 11
d38c2815
AM
12${DOC}.${PRINTER}: ${SRCS} ${DOC}.summary.${PRINTER}
13 ( cd ${.CURDIR} ; ${ROFF} ${SRCS} ) > ${.TARGET}
15637ed4 14
d38c2815
AM
15${DOC}.summary.${PRINTER}: ex.summary
16 ( cd ${.CURDIR} ; ${TBL} ex.summary ) | ${ROFF} > ${.TARGET}