all:
#	cat gm_header.tex ../heatbudget.txt gm_footer.tex > gm.tex
	platex main.tex
	platex main.tex
	dvipdfmx main.dvi

clean:
	rm -f core *~

realclean: clean
	rm -f *.aux *.dvi *.lof *.log *.toc
	rm -f main.ps main.pdf
