From: aaronshaw Date: Thu, 16 Jul 2015 16:54:52 +0000 (-0500) Subject: found one more vc bit to comment out X-Git-Url: https://projects.mako.cc/source/state_of_wikimedia_research_2015/commitdiff_plain/b3e15a644af68be3588ea51ac8ed83db0ce336f3 found one more vc bit to comment out --- diff --git a/Makefile b/Makefile index 0d79d08..9df8eb3 100644 --- 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