X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=resume%2FMakefile.am;h=07d5fb78db4548fcebe1cc7276c111df00c8907d;hb=23afda105af3cf4888e01134ae855b9ffd867502;hp=249d7011c6220aaa9db029d16335ec54cb1b6fe8;hpb=648417d6dff590f392debf1b64bb9a87720c9cbe;p=www.jankratochvil.net.git diff --git a/resume/Makefile.am b/resume/Makefile.am index 249d701..07d5fb7 100644 --- a/resume/Makefile.am +++ b/resume/Makefile.am @@ -18,11 +18,15 @@ include $(top_srcdir)/Makefile-head.am +MODPERL_PM+= \ + ResumeJanKratochvil.pm \ + Index.pm \ + resumejankratochvil.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 +38,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