summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/doc/op/Makefile
blob: 10512e48fc0be85673f407ce65116f058d1d9e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$Sendmail: Makefile,v 8.16 2006/01/05 22:03:31 ca Exp $

DIR=	smm/08.sendmailop
SRCS=	op.me
MACROS=	-me

all: op.ps

op.ps: ${SRCS}
	rm -f ${.TARGET}
	${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}

paper.txt: ${SRCS}
	rm -f ${.TARGET}
	${PIC} ${SRCS} | ${EQN} -Tascii | ${ROFF} -Tascii > ${.TARGET}

.include <bsd.doc.mk>