X-Git-Url: https://code.communitydata.science/uw_tex_letterhead.git/blobdiff_plain/2be6b8a43aba6630d7179a92f44b06edde944412..7095325c6110afca9a7e05f403cb35a9a76d2400:/Makefile diff --git a/Makefile b/Makefile index 1c36b49..1211cf3 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,19 @@ #!/usr/bin/make +.RECIPEPREFIX += +SIGIMAGE = figures/signature.png.gpg all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) -%.pdf: %.tex +%.pdf: update-sig %.tex latexmk -f -xelatex $< +