X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=resume%2FMakefile.am;h=07d5fb78db4548fcebe1cc7276c111df00c8907d;hb=2a7bf8d650b53bfc7f094c6967e4857f25e49fb5;hp=b21dd872c02402f49fb44558ac5724af69d60df6;hpb=41bd7397fb849c8aa08cb23aa1e966f232e89521;p=www.jankratochvil.net.git diff --git a/resume/Makefile.am b/resume/Makefile.am index b21dd87..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-face.png \ - Resume-JanKratochvil.tex \ - Resume-JanKratochvil.pdf + ResumeJanKratochvil.tex \ + ResumeJanKratochvil.pdf +# ResumeJanKratochvil-face.png DOWNSCALE=100 @@ -32,14 +36,14 @@ DOWNSCALE=100 -imageheight $$(echo $$(pngtopnm <$< |head -n2)|awk '{print $$3/$(DOWNSCALE)}') \ -width $$(echo $$(pngtopnm <$< |head -n2)|awk '{print $$2/$(DOWNSCALE)}') \ -height $$(echo $$(pngtopnm <$< |head -n2)|awk '{print $$3/$(DOWNSCALE)}') \ - |ps2pdf12 - >$@ + |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