

pdf:
	pdflatex index.tex

html:
	latex2html -no_navigation -info "" -no_subdir -split 0 index.tex

html-pp:
	xgrep -a "/home/hhoegl/work/fha/da/da-22/" "./" *.html
	xgrep -a "/usr/share/latex2html/icons/" "../etc/icons/" *.html

