3 ENC_SIGIMAGE = figures/signature.pdf.gpg
4 DEC_SIGIMAGE = figures/signature.pdf
6 # to use encrypted signatures files, add "figures/signature.pdf" (no
7 # quotes) right before the first $( in the following line:
8 all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
10 figures/signature.pdf:
11 gpg --yes --output $(DEC_SIGIMAGE) --decrypt $(ENC_SIGIMAGE)
14 latexmk -f -xelatex $<
18 $(RM) -f *.tmp *.run.xml
19 # to use encrypted signature files, uncomment the following line
20 # $(RM) -f $(DEC_SIGIMAGE)
27 .PHONY: clean all update-sig