X-Git-Url: https://projects.mako.cc/source/state_of_wikimedia_research_2015/blobdiff_plain/cf71db2471730424a78677eb63297d7d2eb1bc56..3fc3ed7fb7e392a6dc9441d958ada9c257d587ea:/Makefile diff --git a/Makefile b/Makefile index 4aa32cc..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 @@ -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