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