summaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:18:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:18:02 +0000
commit9d13061c6ba68efa837c4814f18d8b7df10dd9ac (patch)
treeacf52fbf8cd19fd05811afc3bbc9f6606fab01d3 /usr.bin/bc
parentf3e976f0ba623c675fc6f0c4d6453dfc606e3612 (diff)
add paper.txt target;
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/USD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/bc/USD.doc/Makefile b/usr.bin/bc/USD.doc/Makefile
index a31e5a83671..51070213227 100644
--- a/usr.bin/bc/USD.doc/Makefile
+++ b/usr.bin/bc/USD.doc/Makefile
@@ -1,7 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2003/11/03 20:17:38 otto Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 15:18:01 jmc Exp $
DIR= usd/06.bc
SRCS= bc
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>