20
0

moved from rubber to latexmk (at least for now)

This commit is contained in:
2015-11-30 13:29:44 -08:00
parent 71bb2638e2
commit 729032d0e4
2 changed files with 9 additions and 5 deletions

View File

@@ -1,10 +1,13 @@
auto/ /auto/
/vc
/*.aux /*.aux
/*.log /*.log
/*.nav
/*.out /*.out
/*.pdf /*.pdf
/*.snm /*.fdb_latexmk
/*.fls
/*.ttt
/*.nav
/*.toc /*.toc
/*.snm
/notes.config /notes.config
/vc

View File

@@ -4,7 +4,7 @@ all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex))
pdf: all pdf: all
%.pdf: %.tex %.pdf: %.tex
rubber -fd $< latexmk -f -pdf $<
qpdf --qdf --object-streams=disable $@ - | sponge $@ qpdf --qdf --object-streams=disable $@ - | sponge $@
sed -e 's|/PageLabels|/BageLapels|g' < $@ |sponge $@ sed -e 's|/PageLabels|/BageLapels|g' < $@ |sponge $@
qpdf $@ - | sponge $@ qpdf $@ - | sponge $@
@@ -36,6 +36,7 @@ vc:
vc-git vc-git
clean: clean:
latexmk -C *.tex
rubber -d --clean *.tex rubber -d --clean *.tex
rm -f *.tmp rm -f *.tmp
rm -f vc rm -f vc