From 03342b8d229ab50d24f775dd2b01fcb6326b6067 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Sun, 16 May 2010 23:59:48 -0500 Subject: [PATCH] Makefile update. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3537625..500c25b 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,11 @@ $(PLUGIN).vba: zip: @echo zip + rm -f *.zip zip -r $(PLUGIN).zip doc plugin autoload zip $(PLUGIN).zip -d \*.sw\? zip $(PLUGIN).zip -d autoload/$(PLUGIN)Tests.vim + ln -f $(PLUGIN).zip $(PLUGIN)-$(VERSION).zip gzip: vimball @echo vimball