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

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