Mention Twitter handle if I may / update WikiSym
[state_of_wikimedia_research_2015] / Makefile
index 4aa32cce0a4a56809a01ed5a375f635abee3f6e6..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 
@@ -32,8 +34,9 @@ pdfpc: notes.config pdf
 spell:
        aspell -c -t --tex-check-comments -b text.tex
 
-vc:
-       vc-git
+# Commented out to accommodate Tilman's setup
+#vc:
+#      vc-git
 
 clean: 
        rubber -d --clean *.tex

Benjamin Mako Hill || Want to submit a patch?