aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vim/Makefile')
-rw-r--r--vim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/Makefile b/vim/Makefile
index bb3ec608..b6f9db78 100644
--- a/vim/Makefile
+++ b/vim/Makefile
@@ -8,6 +8,7 @@ all:
install:
$(INSTALL) $(CURDIR)/notmuch.vim $(D)$(prefix)/plugin/notmuch.vim
+ $(INSTALL) $(CURDIR)/notmuch.txt $(D)$(prefix)/doc/notmuch.txt
@$(foreach file,$(wildcard syntax/*), \
$(INSTALL) $(CURDIR)/$(file) $(D)$(prefix)/$(file);)