summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:56:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:56:22 +0000
commit2ee55f2a85f67a6d138fa8614aed4e570ef29b1a (patch)
tree0572bb3db0f9e758d4014569afa19493f46b3beb /usr.sbin
parent7e09e83b4d9eb02bc1bf8441b9e1f2dcae2eb25e (diff)
add paper.txt target;
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/lpr/SMM.doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/lpr/SMM.doc/Makefile b/usr.sbin/lpr/SMM.doc/Makefile
index b7d4c08d008..a3bd1068425 100644
--- a/usr.sbin/lpr/SMM.doc/Makefile
+++ b/usr.sbin/lpr/SMM.doc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $OpenBSD: Makefile,v 1.2 1997/01/17 15:54:19 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/01 14:56:21 jmc Exp $
DIR= smm/07.lpd
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
@@ -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>