added upcoming talks/workshops
[bmh-cv] / Makefile
index 76af31e576e21b8c0c81fa8c053b219d6a5a6ec8..cebc6b36ae675a05e58f3b8127f87651e12e17ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ pdf: all
 
 %.pdf: %.tex
        rubber -fd $<
+       rm -f vc
 
 clean: 
        rubber -d --clean *.tex
@@ -18,6 +19,6 @@ spell:
        aspell -c -t --tex-check-comments -b text.tex
 
 vc:
-       vc-git
+       ./vc-git
 
 .PHONY: clean all

Benjamin Mako Hill || Want to submit a patch?