X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=resume%2FMakefile.am;h=c933ac62558bd357a084beb6a8519d11f973b822;hb=f40e75167a045d189c3027a0b112a20c635d3e48;hp=249d7011c6220aaa9db029d16335ec54cb1b6fe8;hpb=648417d6dff590f392debf1b64bb9a87720c9cbe;p=www.jankratochvil.net.git diff --git a/resume/Makefile.am b/resume/Makefile.am index 249d701..c933ac6 100644 --- a/resume/Makefile.am +++ b/resume/Makefile.am @@ -18,11 +18,14 @@ include $(top_srcdir)/Makefile-head.am +MODPERL_PM+= \ + ResumeJanKratochvil.pm \ + Index.pm + EXTRA_DIST+= \ - Resume-JanKratochvil.html.pl \ - Resume-JanKratochvil.tex \ - Resume-JanKratochvil.pdf -# Resume-JanKratochvil-face.png + ResumeJanKratochvil.tex \ + ResumeJanKratochvil.pdf +# ResumeJanKratochvil-face.png DOWNSCALE=100 @@ -34,12 +37,12 @@ DOWNSCALE=100 -height $$(echo $$(pngtopnm <$< |head -n2)|awk '{print $$3/$(DOWNSCALE)}') \ |ps2pdf13 - >$@ -Resume-JanKratochvil.pdf: Resume-JanKratochvil.tex #Resume-JanKratochvil-face.pdf +ResumeJanKratochvil.pdf: ResumeJanKratochvil.tex #ResumeJanKratochvil-face.pdf pdflatex $< resume.tex CLEANFILES+= \ *.aux \ *.log \ *.out \ - Resume-JanKratochvil-face.pdf + ResumeJanKratochvil-face.pdf