diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:33:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:33:14 +0000 |
commit | 859bfbbd681c7427776d58eac678ed09a86518e2 (patch) | |
tree | 242fd5a8de67272cc95158c96e3b216c52eebc26 /usr.bin/make | |
parent | d83da8dd86167d70c17caee90905037aa7c9a050 (diff) |
add paper.txt target;
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/PSD.doc/Makefile | 5 |
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> |