all: fc-she.dvi

%.tex: %.ott %.mng Makefile
	ott -o $*-rules.tex \
                    -tex_wrap false \
                    -tex_show_meta false \
                    -tex_filter $*.mng $*.tex \
                    $*.ott

%.pdf : %.tex
	pdflatex $<

%.dvi : %.tex
	latex $<

clean:
	rm -f *.tex *.dvi *.log *~ *.aux *.pdf





