summaryrefslogtreecommitdiff
path: root/share/doc/papers/px/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/papers/px/Makefile')
-rw-r--r--share/doc/papers/px/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/papers/px/Makefile b/share/doc/papers/px/Makefile
index d83f1517614..2fef10c3acf 100644
--- a/share/doc/papers/px/Makefile
+++ b/share/doc/papers/px/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:45 jmc Exp $
DIR= papers/px
@@ -11,6 +11,9 @@ CLEANFILES+=fig2.3.n
paper.ps: ${SRCS} fig2.3.n
${SOELIM} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS} fig2.3.n
+ ${SOELIM} ${SRCS} | ${TBL} | ${ROFF} -Tascii > ${.TARGET}
+
fig2.3.n: fig2.3.raw
sort fig2.3.raw >fig2.3.n