summaryrefslogtreecommitdiff
path: root/usr.bin/sed
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/sed
parent2fb873dedcdd4c13130514e406b0d5d381b5d68b (diff)
add paper.txt target;
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/USD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/sed/USD.doc/Makefile b/usr.bin/sed/USD.doc/Makefile
index 68eb1fdfc6d..1e832a1261c 100644
--- a/usr.bin/sed/USD.doc/Makefile
+++ b/usr.bin/sed/USD.doc/Makefile
@@ -1,7 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2003/06/26 16:22:04 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2004/02/01 15:24:03 jmc Exp $
DIR= usd/15.sed
SRCS= sed
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>