Changing to relative location of vc-git.awk
[beamer-mako] / template / Makefile
index 4aa32cce0a4a56809a01ed5a375f635abee3f6e6..a3c7b193868c46bd0eef7ff88dc8b5ebe4aaf50b 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?