summaryrefslogtreecommitdiff
path: root/share/doc/psd/20.ipctut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/psd/20.ipctut/Makefile')
-rw-r--r--share/doc/psd/20.ipctut/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/Makefile b/share/doc/psd/20.ipctut/Makefile
index ae8da4cb6bd..9efbe0d1773 100644
--- a/share/doc/psd/20.ipctut/Makefile
+++ b/share/doc/psd/20.ipctut/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:04 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:45 jmc Exp $
DIR= psd/20.ipctut
@@ -11,4 +11,7 @@ EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
paper.ps: ${SRCS} ${EXTRA}
${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS} ${EXTRA}
+ ${SOELIM} ${SRCS} | ${PIC} | ${TBL} | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>