X-Git-Url: https://projects.mako.cc/source/state_of_wikimedia_research_2015/blobdiff_plain/841d41634e8da07a12dc770dd9b191a3de619589..b3e15a644af68be3588ea51ac8ed83db0ce336f3:/Makefile 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