
	PRINTER = fm
	DVI2PS = jdvi2ps
	IMAGES = images/shot0.ps images/shot2.ps images/shot3.ps images/shot4.ps\
		 images/shot10.ps images/shot11.ps

	.SUFFIXES: .Z
.Z:
	uncompress $@

all:	$(IMAGES) usage.tex
	latex usage.tex

print:
	$(DVI2PS) usage | lpr -P$(PRINTER)
clean:
	rm -f usage.tex~ usage.dvi usage.aux usage.log #usage.tex#
	compress images/*.ps
