unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 2e4b785777602b42ec082acf99695cb4b89bb8bc 611 bytes (raw)
name: vim/Makefile 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
.PHONY: all help install link symlink

include ../Makefile.config

files = plugin/notmuch.vim \
	$(wildcard syntax/notmuch-*.vim)
prefix = $(HOME)/.vim

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) -D -m644 $(CURDIR)/$$x $(prefix)/$$x; done

link symlink:
	@for x in $(files); do ln -fs $(CURDIR)/$$x $(prefix)/$$x; done

debug log:

solving 2e4b785 ...
found 2e4b785 in https://yhetil.org/notmuch/1352859005-18631-6-git-send-email-blakej@foo.net/
found f17bebf in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 f17bebfec9c1662e9c6117499d487fe7da12032e	vim/Makefile

applying [1/1] https://yhetil.org/notmuch/1352859005-18631-6-git-send-email-blakej@foo.net/
diff --git a/vim/Makefile b/vim/Makefile
index f17bebf..2e4b785 100644

Checking patch vim/Makefile...
Applied patch vim/Makefile cleanly.

index at:
100644 2e4b785777602b42ec082acf99695cb4b89bb8bc	vim/Makefile

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).