delete vc file after it's built each time
authorBenjamin Mako Hill <mako@atdot.cc>
Wed, 3 Feb 2016 05:25:44 +0000 (21:25 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Wed, 3 Feb 2016 05:25:44 +0000 (21:25 -0800)
Makefile

index b3a5b77fcfc64b2af35d5dd89b248bfcc1a6c910..cebc6b36ae675a05e58f3b8127f87651e12e17ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ pdf: all
 
 %.pdf: %.tex
        rubber -fd $<
 
 %.pdf: %.tex
        rubber -fd $<
+       rm -f vc
 
 clean: 
        rubber -d --clean *.tex
 
 clean: 
        rubber -d --clean *.tex

Benjamin Mako Hill || Want to submit a patch?