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