moved from rubber to latexmk (at least for now)
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 30 Nov 2015 21:29:44 +0000 (13:29 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 30 Nov 2015 21:29:44 +0000 (13:29 -0800)
template/.gitignore
template/Makefile

index 852b108605733f882fc9a8d57bd0813b8404fd18..28b83c5b3b4cecfd6e7130c1835a052c9fd503ed 100644 (file)
@@ -1,10 +1,13 @@
-auto/
+/auto/
+/vc
 /*.aux
 /*.log
-/*.nav
 /*.out
 /*.pdf
-/*.snm
+/*.fdb_latexmk
+/*.fls
+/*.ttt
+/*.nav
 /*.toc
+/*.snm
 /notes.config
-/vc
index 4aa32cce0a4a56809a01ed5a375f635abee3f6e6..da907e7f6ec75f7bc01cc15c7f5693b3641ef5f6 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 $@
@@ -36,6 +36,7 @@ vc:
        vc-git
 
 clean: 
+       latexmk -C *.tex
        rubber -d --clean *.tex
        rm -f *.tmp
        rm -f vc

Benjamin Mako Hill || Want to submit a patch?