summaryrefslogtreecommitdiff
path: root/usr.bin/make/PSD.doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/PSD.doc/Makefile')
-rw-r--r--usr.bin/make/PSD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/make/PSD.doc/Makefile b/usr.bin/make/PSD.doc/Makefile
index d7403559e60..95f400a348a 100644
--- a/usr.bin/make/PSD.doc/Makefile
+++ b/usr.bin/make/PSD.doc/Makefile
@@ -1,8 +1,11 @@
-# $OpenBSD: Makefile,v 1.3 1998/12/05 00:06:30 espie Exp $
+# $OpenBSD: Makefile,v 1.4 2004/02/01 14:33:13 jmc Exp $
# $NetBSD: Makefile,v 1.2 1995/06/14 15:20:23 christos Exp $
DIR= psd/12.make
SRCS= tutorial.ms
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>