add peter and janet lightning talk
[bmh-cv] / Makefile
index b3a5b77fcfc64b2af35d5dd89b248bfcc1a6c910..74d9c0bb0fcb488be254ca5ca711a1d923f31d8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
 #!/usr/bin/make
 
-all: vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
+all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
 pdf: all
 
 %.pdf: %.tex
+       ./vc-git
        rubber -fd $<
 
 clean: 
@@ -17,7 +18,4 @@ viewpdf: all
 spell:
        aspell -c -t --tex-check-comments -b text.tex
 
-vc:
-       ./vc-git
-
 .PHONY: clean all

Benjamin Mako Hill || Want to submit a patch?