3 ENC_SIGIMAGE = figures/signature.pdf.gpg
4 DEC_SIGIMAGE = figures/signature.pdf
6 all: figures/signature.pdf $(patsubst %.tex,%.pdf,$(wildcard *.tex))
9 gpg --yes --output $(DEC_SIGIMAGE) --decrypt $(ENC_SIGIMAGE)
12 latexmk -f -xelatex $<
16 $(RM) -f *.tmp *.run.xml
17 $(RM) -f $(DEC_SIGIMAGE)
24 .PHONY: clean all update-sig