diff options
Diffstat (limited to 'share/doc/psd/21.ipc/Makefile')
-rw-r--r-- | share/doc/psd/21.ipc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/psd/21.ipc/Makefile b/share/doc/psd/21.ipc/Makefile index 80dbf4ea90a..3e32259391a 100644 --- a/share/doc/psd/21.ipc/Makefile +++ b/share/doc/psd/21.ipc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:06 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:45 jmc Exp $ DIR= psd/21.ipc @@ -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> |