.SUFFIXES: .pmx .tex

DVIS = barsant.dvi birthday.dvi most.dvi mw55a.dvi rtsg.dvi
TEXS = barsant.tex birthday.tex most.tex mw55a.tex rtsg.tex

all:	$(DVIS)
#
.pmx.tex:
	echo $* | ../pmxa
	../pmxb
#
.tex.dvi:
	tex $<
	musixflx $*
	tex $<
	rm $*.mx2
#
clean:
	-rm -f *~ $(TEXS) *.mx1 *.mx2 *.log pmxtex.* core
#
