summaryrefslogtreecommitdiff
path: root/usr.bin/awk
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:24:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:24:04 +0000
commita5b710915524c505a9fd98f8d402cffb0132c5fd (patch)
tree2c3f4dcb057c7a231ae3d0e1fc0f92f23ff6a086 /usr.bin/awk
parent2fb873dedcdd4c13130514e406b0d5d381b5d68b (diff)
add paper.txt target;
Diffstat (limited to 'usr.bin/awk')
-rw-r--r--usr.bin/awk/USD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/awk/USD.doc/Makefile b/usr.bin/awk/USD.doc/Makefile
index 9d7144d7af2..4491b62e016 100644
--- a/usr.bin/awk/USD.doc/Makefile
+++ b/usr.bin/awk/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2003/12/14 16:00:37 jmc Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 15:24:03 jmc Exp $
DIR= usd/16.awk
SRCS= awk
@@ -7,4 +7,7 @@ MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>