X-Git-Url: https://projects.mako.cc/source/beamer-mako/blobdiff_plain/bbd9dc1ce2a325282bf3ce7a0c5b2955da21ab58..refs/heads/master:/template/Makefile diff --git a/template/Makefile b/template/Makefile index 4aa32cc..a3c7b19 100644 --- a/template/Makefile +++ b/template/Makefile @@ -4,7 +4,7 @@ all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) pdf: all %.pdf: %.tex - rubber -fd $< + latexmk -f -pdf $< qpdf --qdf --object-streams=disable $@ - | sponge $@ sed -e 's|/PageLabels|/BageLapels|g' < $@ |sponge $@ qpdf $@ - | sponge $@ @@ -33,9 +33,10 @@ spell: aspell -c -t --tex-check-comments -b text.tex vc: - vc-git + resources/vc-git clean: + latexmk -C *.tex rubber -d --clean *.tex rm -f *.tmp rm -f vc