ROFF=		troff
DEV=		-Tpsc
PRINTER=	cy
PRINT-PS=	lpr -P$(PRINTER)

MACROS=	-ms tmac.sri

FILES=	title.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t refs.t A.t toc.t

out:	$(FILES) tmac.sri
	$(ROFF) $(DEV) $(MACROS) $(FILES) > out

print:	out cover.ps
	$(PRINT-PS) cover.ps
	psdit out | $(PRINT-PS)

clean:
	rm -f out \#*
