]> code.communitydata.science - cdsc_tex.git/blobdiff - Makefile
added support for the vc plugin
[cdsc_tex.git] / Makefile
index aecabff3e32bc9ac9c22976ad91935530f1fdf4c..b88ef22f239c323b8c4fe5f006629ba1869ef553 100644 (file)
--- 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

Community Data Science Collective || Want to submit a patch?