summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/mail/USD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/mail/USD.doc/Makefile b/usr.bin/mail/USD.doc/Makefile
index 25a0c035edd..fc82a176d1f 100644
--- a/usr.bin/mail/USD.doc/Makefile
+++ b/usr.bin/mail/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1997/07/13 23:35:48 millert Exp $
+# $OpenBSD: Makefile,v 1.4 2004/02/01 15:19:57 jmc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/07.mail
@@ -9,4 +9,7 @@ MACROS= -me
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>