X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=blobdiff_plain;f=01.hello%2FMakefile;h=6758de37b39ae25ae1dbc371bb42bfcd337982f0;hp=391317495c3d4721b4b443310ede446a51e8bec6;hb=2f215f4fcff2cfcced575a8331937ae2d2a3b7ef;hpb=23c3c243145f23185c3cd0f4b5cab81f8c11d6d9 diff --git a/01.hello/Makefile b/01.hello/Makefile index 3913174..6758de3 100644 --- a/01.hello/Makefile +++ b/01.hello/Makefile @@ -3,7 +3,7 @@ NAME = 01.hello all: $(NAME).pdf %.pdf: %.tex - pdflatex $< + TEXINPUTS=.:..: pdflatex $< %.tex: %.xml ../beamer.xsl xsltproc ../beamer.xsl $< > $@