aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/Makefile
diff options
context:
space:
mode:
authorGravatar Felipe Contreras <felipe.contreras@gmail.com>2013-11-02 07:47:12 -0600
committerGravatar Felipe Contreras <felipe.contreras@gmail.com>2013-11-20 07:23:30 -0600
commit42ff2d3a0d899d3ec64787d3eff31ad8c74b1103 (patch)
treed2d6648d045e032cd60774e82b0daec26ac817ce /vim/Makefile
parent3d15ed9290013e31a743c20139da16c8ccaa2bb7 (diff)
vim: add help file
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
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);)