resume: ThomasHahnResume.rtf  ThomasHahnResume.html ThomasHahnResume.txt ThomasHahnResume.pdf

# Tools used in maintaining this resume.
# http://sourceforge.net/projects/rtf2html/
rtf2html := ~/dev/rtf2html/rtf2html

detex := ~/dev/opendetex/detex

ThomasHahnResume.html: ThomasHahnResume.rtf
	$(rtf2html) ThomasHahnResume.rtf ThomasHahnResume.html

ThomasHahnResume.tex: 

# pdflatex in Ubuntu package texlive-latex-base
ThomasHahnResume.pdf: ThomasHahnResume.tex
	pdflatex ThomasHahnResume.tex

ThomasHahnResume.txt: ThomasHahnResume.tex filter.pl
	$(detex) -t ThomasHahnResume.tex > ThomasHahnResume.tmp
	perl filter.pl ThomasHahnResume.tmp > ThomasHahnResume.txt
	rm ThomasHahnResume.tmp
dirty:
	$(detex) ThomasHahnResume.tex > ThomasHahnResume.tmp
	perl filter.pl ThomasHahnResume.tmp > ThomasHahnResume.txt
