diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:59:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:59:06 +0000 |
commit | 954d37097e3a672e557d32d929b320965d538dfa (patch) | |
tree | 16a54643d2b0a3903d3957e9a0007fd85b276594 /gnu | |
parent | 12e24298549708d710ef78590ded223ee4f2b1ef (diff) |
add paper.txt target;
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.sbin/sendmail/doc/op/Makefile | 4 |
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> |