summaryrefslogtreecommitdiff
path: root/share/doc/papers/newvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/newvm/Makefile')
-rw-r--r--share/doc/papers/newvm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/papers/newvm/Makefile b/share/doc/papers/newvm/Makefile
index b968928f0c4..bec913a4d04 100644
--- a/share/doc/papers/newvm/Makefile
+++ b/share/doc/papers/newvm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/02/03 08:14:59 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:44 jmc Exp $
DIR= papers/newvm
@@ -8,4 +8,7 @@ MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>