From 6ee07a9c6db59e91852f2fe47a2701f5e08fee21 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 16 Feb 2013 08:03:09 -0400 Subject: notmuch-vim: deprecate, move to contrib As discussed in id:871udhcmks.fsf@zancas.localnet, notmuch-vim doesn't really meet the standards of the CLI, emacs interface, or python bindings in terms of being well maintained. --- vim/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 vim/Makefile (limited to 'vim/Makefile') diff --git a/vim/Makefile b/vim/Makefile deleted file mode 100644 index f17bebfe..00000000 --- a/vim/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -.PHONY: all help install link symlink - -files = plugin/notmuch.vim \ - $(wildcard syntax/notmuch-*.vim) -prefix = $(HOME)/.vim -destdir = $(prefix)/plugin - -INSTALL = install -D -m644 - -all: help - -help: - @echo "I don't actually build anything, but I will help you install" - @echo "notmuch support for vim." - @echo - @echo " make install - copy plugin scripts and syntax files to ~/.vim" - @echo " make symlink - create symlinks in ~/.vim (useful for development)" - -install: - @for x in $(files); do $(INSTALL) $(CURDIR)/$$x $(prefix)/$$x; done - -link symlink: INSTALL = ln -fs -link symlink: install -- cgit v1.2.3