summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:40:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:40:27 +0000
commita2226d30da61a4a80da72a8b9980224f133ca4c4 (patch)
treefde55b17aef1b424783a9105f2d9a75ab2e15556
parentfbdf831c9050c4cd94df390b7ee756c2e6391ac8 (diff)
add paper.txt target;
-rw-r--r--usr.bin/lex/PSD.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/lex/PSD.doc/Makefile b/usr.bin/lex/PSD.doc/Makefile
index 2b59e441f46..ce306b208a0 100644
--- a/usr.bin/lex/PSD.doc/Makefile
+++ b/usr.bin/lex/PSD.doc/Makefile
@@ -1,8 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2003/12/09 12:42:41 jmc Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 14:40:26 jmc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= psd/16.lex
SRCS= lex.ms
MACROS= -ms
+paper.txt: ${SRCS}
+ ${ROFF} -Tascii ${SRCS} > ${.TARGET}
+
.include <bsd.doc.mk>