xref: /386bsd/usr/src/share/doc/smm/01.setup/tahoe/Makefile (revision a2142627)
1#	@(#)Makefile	1.3 (Berkeley) 5/7/91
2
3PRINTER=-Plz
4TROFF=	ditroff ${PRINTER}
5EQN=	deqn ${PRINTER}
6TBL=	dtbl ${PRINTER}
7LPR=	lpr ${PRINTER}
8
9CSRC=	../common/3.t ../common/4.t ../common/5.t ../common/6.t
10SRC=	0.t 1.t 2.t ${CSRC} a.t b.t
11
12setup.out: ${SRC}
13	${EQN} ${SRC} | ${TBL} | ${TROFF} -t -ms ${PAGES} > setup.out
14
15setup: setup.out
16	${LPR} setup.out
17
18clean:
19	rm -f setup.out ?.t.spell errs Errs
20
21spell:	${SRC}
22	@for i in ${SRC}; do \
23		echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
24	done
25