summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:21:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 15:21:56 +0000
commit2fb873dedcdd4c13130514e406b0d5d381b5d68b (patch)
treeeec8f933ac1d094d8307cbcb9a246671f47572bb /bin
parent3e4bbfb5e0d3db3865d36339cf08b5bbe98a4ec6 (diff)
add paper.txt target;
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/USD.doc/09.edtut/Makefile5
-rw-r--r--bin/ed/USD.doc/10.edadv/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/bin/ed/USD.doc/09.edtut/Makefile b/bin/ed/USD.doc/09.edtut/Makefile
index dfd22103d7b..461af825cd8 100644
--- a/bin/ed/USD.doc/09.edtut/Makefile
+++ b/bin/ed/USD.doc/09.edtut/Makefile
@@ -1,7 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2003/06/26 15:22:51 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2004/02/01 15:21:55 jmc Exp $
DIR= usd/09.edtut
SRCS= e.mac e0 e1 e2 e3 e4 e5 e6 e7
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>
diff --git a/bin/ed/USD.doc/10.edadv/Makefile b/bin/ed/USD.doc/10.edadv/Makefile
index 4783eae7e73..2aeb2011dee 100644
--- a/bin/ed/USD.doc/10.edadv/Makefile
+++ b/bin/ed/USD.doc/10.edadv/Makefile
@@ -1,7 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2003/06/26 15:22:51 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2004/02/01 15:21:55 jmc Exp $
DIR= usd/10.edadv
SRCS= ae.mac ae0 ae1 ae2 ae3 ae4 ae5 ae6 ae7 ae9
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>