From 133c125f939c5d4742542f1eab981a2610b5e199 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Fri, 30 Jul 2010 02:58:12 -0500 Subject: [PATCH] Makefile change. --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 730c4ba..2a5db0c 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,6 @@ VIM=/usr/bin/vim .PHONY: $(PLUGIN).vba README -#install: vimball - #@echo install - #$(VIM) -N -c ':so %' -c':q!' $(PLUGIN)-$(VERSION).vba - #cp -f $(TESTS) $(VIMFOLDER)$(TESTS) - all: vimball README zip gzip vimball: $(PLUGIN).vba @@ -25,11 +20,6 @@ clean: dist-clean: clean -#uninstall: - #@echo uninstall - #$(VIM) -N -c':RmVimball' -c':q!' $(PLUGIN)-$(VERSION).vba - #rm -f $(VIMFOLDER)$(TESTS) - undo: for i in */*.orig; do mv -f "$$i" "$${i%.*}"; done