X-Git-Url: https://code.communitydata.science/cdsc_tex.git/blobdiff_plain/36363551c4b16a790c587206b6c9427e7f70dbe4..408fca411362be8128a3ce55bd1c65b45f69324f:/Makefile diff --git a/Makefile b/Makefile index aecabff..d4bbda0 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ pdf: all clean: rubber -d --clean *.tex rm -f *.tmp - rm -f figures/*.pdf + rm -f vc viewpdf: all evince *.pdf @@ -17,5 +17,7 @@ viewpdf: all spell: aspell -c -t --tex-check-comments -b text.tex +vc: + vc-git .PHONY: clean all