]> git.notmuchmail.org Git - notmuch/blobdiff - vim/Makefile
vim: add help file
[notmuch] / vim / Makefile
index bb3ec608fd11584f1fcfb62f0207ed67a6c749cc..b6f9db786faef26e90d7fef9aed2f20797032f75 100644 (file)
@@ -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);)