summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-02-01 15:15:40 +0000
committerjmc <jmc@openbsd.org>2004-02-01 15:15:40 +0000
commit4bee06af8fb693276a4c9f34b89f81a861c47141 (patch)
tree2d57c5a3fd502ca5ffbf1c18e8dd3f71fefe1203
parentDo not compile ptrace-related functions unless option PTRACE. (diff)
downloadwireguard-openbsd-4bee06af8fb693276a4c9f34b89f81a861c47141.tar.xz
wireguard-openbsd-4bee06af8fb693276a4c9f34b89f81a861c47141.zip
add paper.txt target;
-rw-r--r--bin/csh/USD.doc/Makefile5
-rw-r--r--bin/ed/USD.doc/09.edtut/Makefile5
-rw-r--r--bin/ed/USD.doc/10.edadv/Makefile5
-rw-r--r--games/trek/USD.doc/Makefile5
-rw-r--r--usr.bin/awk/USD.doc/Makefile5
-rw-r--r--usr.bin/bc/USD.doc/Makefile5
-rw-r--r--usr.bin/dc/USD.doc/Makefile5
-rw-r--r--usr.bin/mail/USD.doc/Makefile5
-rw-r--r--usr.bin/sed/USD.doc/Makefile5
9 files changed, 36 insertions, 9 deletions
diff --git a/bin/csh/USD.doc/Makefile b/bin/csh/USD.doc/Makefile
index 4cd9f20d913..3ca8eade9fd 100644
--- a/bin/csh/USD.doc/Makefile
+++ b/bin/csh/USD.doc/Makefile
@@ -1,8 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:35 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 15:15:40 jmc Exp $
# $NetBSD: Makefile,v 1.3 1995/03/21 09:03:31 cgd Exp $
DIR= usd/04.csh
SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>
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>
diff --git a/games/trek/USD.doc/Makefile b/games/trek/USD.doc/Makefile
index e1fd280ebb6..a999d5c9b00 100644
--- a/games/trek/USD.doc/Makefile
+++ b/games/trek/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:49 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 15:26:11 jmc Exp $
# $NetBSD: Makefile,v 1.2 1995/04/22 10:59:48 cgd Exp $
DIR= usd/31.trek
@@ -8,4 +8,7 @@ MACROS= -me
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>
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>
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>
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>
diff --git a/usr.bin/mail/USD.doc/Makefile b/usr.bin/mail/USD.doc/Makefile
index 25a0c035edd..fc82a176d1f 100644
--- a/usr.bin/mail/USD.doc/Makefile
+++ b/usr.bin/mail/USD.doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1997/07/13 23:35:48 millert Exp $
+# $OpenBSD: Makefile,v 1.4 2004/02/01 15:19:57 jmc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/07.mail
@@ -9,4 +9,7 @@ MACROS= -me
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>
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>