summaryrefslogtreecommitdiff
path: root/share/doc/smm/17.password/Makefile
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:22:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 14:22:47 +0000
commitd83da8dd86167d70c17caee90905037aa7c9a050 (patch)
tree2f0448f32de7c73940b0e24c2b6d839148f6c9e4 /share/doc/smm/17.password/Makefile
parentf295be55c9122b9f0eac259a4fb6faa4aa309634 (diff)
add paper.txt target: now you can run `make paper.txt' to build an ASCII
version of the doc; CAVEATS: - some characters are not displayable as ascii and generate a warning (until i get a chance to fix it) - i haven't had a chance to put a nice left hand margin in the text versions yet - postscript output still looks much nicer
Diffstat (limited to 'share/doc/smm/17.password/Makefile')
-rw-r--r--share/doc/smm/17.password/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/smm/17.password/Makefile b/share/doc/smm/17.password/Makefile
index 442de7b9ca3..5ca01c3cc78 100644
--- a/share/doc/smm/17.password/Makefile
+++ b/share/doc/smm/17.password/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2003/11/10 20:32:17 otto Exp $
+# $OpenBSD: Makefile,v 1.2 2004/02/01 14:22:45 jmc Exp $
DIR= smm/17.password
SRCS= password.ms
@@ -7,4 +7,7 @@ MACROS= -ms
paper.ps: ${SRCS}
${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
+paper.txt: ${SRCS}
+ ${TBL} ${SRCS} | ${EQN} -Tascii | ${ROFF} -Tascii > ${.TARGET}
+
.include <bsd.doc.mk>