found one more vc bit to comment out
authoraaronshaw <aaron.d.shaw@gmail.com>
Thu, 16 Jul 2015 16:54:52 +0000 (11:54 -0500)
committeraaronshaw <aaron.d.shaw@gmail.com>
Thu, 16 Jul 2015 16:54:52 +0000 (11:54 -0500)
Makefile

index 0d79d081e4750203edfa755b19eddb042cc0d708..9df8eb3b5e04d82f4d83f01d1a34333ef1efae77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 #!/usr/bin/make
 
 #!/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 
 pdf: all
 
 %.pdf: %.tex 

Benjamin Mako Hill || Want to submit a patch?