summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:19:58 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:19:58 +0000
commit3e4bbfb5e0d3db3865d36339cf08b5bbe98a4ec6 (patch)
treed1fefd3f5f3faf9a6136829813fa9335e009eb9a
parent9d13061c6ba68efa837c4814f18d8b7df10dd9ac (diff)
add paper.txt target;
-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>