xref: /original-bsd/share/doc/papers/future/Makefile (revision bdd86a84)
1#
2# Copyright (c) 1986 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)Makefile	1.1 (Berkeley) 11/25/86
7#
8SRCS=	0.t 1.t 2.t r.t
9MACROS=	-ms
10PRINTER=Plz
11TROFF=	ptroff -${PRINTER}
12
13paper: ${SRCS}
14	${TROFF} ${MACROS} ${SRCS}
15
16clean:
17	rm -f paper.[PT]* *.spell errs Errs make.out
18
19spell:	${SRCS}
20	@for i in ${SRCS}; do \
21		echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
22	done
23