From d83da8dd86167d70c17caee90905037aa7c9a050 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sun, 1 Feb 2004 14:22:47 +0000 Subject: 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 --- share/doc/smm/18.net/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share/doc/smm/18.net') diff --git a/share/doc/smm/18.net/Makefile b/share/doc/smm/18.net/Makefile index b4fa9be75dd..3addbcae956 100644 --- a/share/doc/smm/18.net/Makefile +++ b/share/doc/smm/18.net/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/02/03 08:15:09 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:45 jmc Exp $ DIR= smm/18.net @@ -8,4 +8,7 @@ MACROS= -ms paper.ps: ${SRCS} ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} +paper.txt: ${SRCS} + ${TBL} ${SRCS} | ${ROFF} -Tascii > ${.TARGET} + .include -- cgit v1.2.3