3 INSTALL = install -v -D -m644
7 @echo "Nothing to build"
10 $(INSTALL) $(CURDIR)/notmuch.vim $(D)$(prefix)/plugin/notmuch.vim
11 $(INSTALL) $(CURDIR)/notmuch.txt $(D)$(prefix)/doc/notmuch.txt
12 @$(foreach file,$(wildcard syntax/*), \
13 $(INSTALL) $(CURDIR)/$(file) $(D)$(prefix)/$(file);)