.SUFFIXES: .tex .html .lyx

.tex.html:
	mytth $< $@
	# rm $<
	rm -f *~

.lyx.tex:
	lyx -e latex $<



all: newconf_gs.html newconf_faq.html
	rm *.tex

clean:
	rm -f *.aux *.log *.dvi *.toc *.tex *.lyx~ *.html
