X-Git-Url: https://projects.mako.cc/source/latex_mako/blobdiff_plain/7580575ff550540e0c56ad8cf5eda63e989a3db0..4e55ac3a57a61e81005b08edcacd1e3d9052aa92:/Makefile diff --git a/Makefile b/Makefile index 3edf508..b88ef22 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,15 @@ pdf: all clean: rubber -d --clean *.tex rm -f *.tmp - rm -f figures/*.pdf + rm vc viewpdf: all - evince text.pdf + evince *.pdf spell: aspell -c -t --tex-check-comments -b text.tex +vc: + vc-git .PHONY: clean all