upload:
	rm -fr ./wot/
	mkdir ./wot/
	cd ./wot/ && htlatex ../wot.tex
	cd ./wot/ && pdflatex -synctex=1 -interaction=nonstopmode ../wot.tex
	mv ./wot/wot.html \
	    ./wot/index.html
	#latex2html wot.tex
	rsync -HPavz Makefile wot.tex wot.pdf\
            wot/* \
            10.5.0.1:/var/ftp/lkcl.net/reports/wot/

latex2pdf:
	pdflatex -synctex=1 -interaction=nonstopmode "wot".tex
