summaryrefslogtreecommitdiff
path: root/usr.bin/dc/USD.doc
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/dc/USD.doc
parentf3e976f0ba623c675fc6f0c4d6453dfc606e3612 (diff)
add paper.txt target;
Diffstat (limited to 'usr.bin/dc/USD.doc')
-rw-r--r--usr.bin/dc/USD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/dc/USD.doc/Makefile b/usr.bin/dc/USD.doc/Makefile
index 9c1bd2da398..86321f34e3b 100644
--- a/usr.bin/dc/USD.doc/Makefile
+++ b/usr.bin/dc/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2003/09/19 18:03:13 otto Exp $
+# $OpenBSD: Makefile,v 1.2 2004/02/01 15:18:01 jmc Exp $
DIR= usd/05.dc
SRCS= dc
@@ -7,4 +7,7 @@ MACROS= -ms
paper.ps: ${SRCS}
${EQN} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${EQN} -Tascii ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>