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/papers/fsinterface/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share/doc/papers/fsinterface') diff --git a/share/doc/papers/fsinterface/Makefile b/share/doc/papers/fsinterface/Makefile index 03e8a524f7d..bdcbfdc7755 100644 --- a/share/doc/papers/fsinterface/Makefile +++ b/share/doc/papers/fsinterface/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2001/02/03 08:14:57 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2004/02/01 14:22:44 jmc Exp $ DIR= papers/fsinterface SRCS= fsinterface.ms MACROS= -ms +paper.txt: ${SRCS} + ${ROFF} -Tascii ${SRCS} > ${.TARGET} + .include -- cgit v1.2.3