X-Git-Url: https://git.tokkee.org/?p=tokkeebeamer.git;a=blobdiff_plain;f=Makefile;h=008e70fbeb31f7c05cfbd6fcb9e34b82bf659bda;hp=12df52e620e3541274a544ef596db176964e6fd1;hb=HEAD;hpb=5c530f9ba61a04d13fa394a059b6ae60730b61ac diff --git a/Makefile b/Makefile index 12df52e..008e70f 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ +include tokkeebeamer.mk + TEXMFHOME := $(shell kpsewhich -expand-var \$$TEXMFHOME) all: example.pdf -example.pdf: example.tex beamerthemetokkee.sty beamercolorthemetokkee.sty tokkee_logo.* Makefile - # the default titlegraphic requires the presentation to be compiled twice - xelatex example.tex - xelatex example.tex +example.pdf: example.tex *.sty *.dict tokkee_logo.* Makefile clean: rm -f *.aux *.log *.nav *.out *.snm *.toc