#!/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
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