X-Git-Url: https://code.communitydata.science/cdsc_tex.git/blobdiff_plain/36363551c4b16a790c587206b6c9427e7f70dbe4..4e55ac3a57a61e81005b08edcacd1e3d9052aa92:/Makefile

diff --git a/Makefile b/Makefile
index aecabff..b88ef22 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ pdf: all
 clean: 
 	rubber -d --clean *.tex
 	rm -f *.tmp
-	rm -f figures/*.pdf
+	rm 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