summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:59:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:59:06 +0000
commit954d37097e3a672e557d32d929b320965d538dfa (patch)
tree16a54643d2b0a3903d3957e9a0007fd85b276594 /gnu
parent12e24298549708d710ef78590ded223ee4f2b1ef (diff)
add paper.txt target;
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/doc/op/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.sbin/sendmail/doc/op/Makefile b/gnu/usr.sbin/sendmail/doc/op/Makefile
index 0d86e91de91..21b1e342420 100644
--- a/gnu/usr.sbin/sendmail/doc/op/Makefile
+++ b/gnu/usr.sbin/sendmail/doc/op/Makefile
@@ -10,4 +10,8 @@ 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>