Remove support for git-latexdiff
This commit is contained in:
parent
4654a3cd8e
commit
bba0f9355b
5
Makefile
5
Makefile
|
@ -12,9 +12,6 @@ render:
|
||||||
pdflatex -output-directory build ${NAME}.tex
|
pdflatex -output-directory build ${NAME}.tex
|
||||||
pdflatex -output-directory build ${NAME}.tex
|
pdflatex -output-directory build ${NAME}.tex
|
||||||
|
|
||||||
diff:
|
|
||||||
cd build; git-latexdiff $(LAST_EXPORT) -- --main ${NAME}.tex --no-flatten -o diff.pdf; cd ..
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd build; rm -v *.aux *.bbl *.blg *.log *.out *.toc
|
cd build; rm -v *.aux *.bbl *.blg *.log *.out *.toc
|
||||||
|
|
||||||
|
@ -26,4 +23,4 @@ viewer:
|
||||||
|
|
||||||
show: cleanall render viewer
|
show: cleanall render viewer
|
||||||
|
|
||||||
release: cleanall render clean
|
release: cleanall render clean
|
||||||
|
|
Loading…
Reference in New Issue