From 859bfbbd681c7427776d58eac678ed09a86518e2 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sun, 1 Feb 2004 14:33:14 +0000 Subject: add paper.txt target; --- usr.bin/make/PSD.doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3