found one more vc bit to comment out
[state_of_wikimedia_research_2015] / Makefile
index 0d79d081e4750203edfa755b19eddb042cc0d708..9df8eb3b5e04d82f4d83f01d1a34333ef1efae77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 #!/usr/bin/make
 
-all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
+# removing vc stuff to accommodate Tilman's setup
+#all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
+all: notes.config $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
 pdf: all
 
 %.pdf: %.tex 

Benjamin Mako Hill || Want to submit a patch?