#
#       Makefile for math2
#

include ../../Mkinclude


all: math2.ps

math2.ps: math2.dvi
	$(RM) math2.ps
	$(DVI2JPS) math2.dvi > math2.ps

math2.dvi: math2.tex
	$(JLATEX) math2.tex
	$(JLATEX) math2.tex

install: $(PSDIR)/math2.ps

$(PSDIR)/math2.ps: math2.ps
	@$(CP) math2.ps $(PSDIR)/math2.ps

clean: clean.local clean.dir

clean.local:
	$(RM) *~ *.aux *.dvi *.idx *.log *.toc *.ps

clean.dir:
	$(RM) */*~ */*.aux */*.eps
