FILE = error-notes

all:	$(FILE).ps

$(FILE).ps: $(FILE).dvi
	dvips $(FILE) -o
	gv $(FILE).ps

$(FILE).dvi: $(FILE).tex
	latex $(FILE)
