X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=vim%2FMakefile;h=b6f9db786faef26e90d7fef9aed2f20797032f75;hb=d4e9b9072c44dcc6faf112bf7b984a268ad22696;hp=bb3ec608fd11584f1fcfb62f0207ed67a6c749cc;hpb=138c6aa098fe4236dc334cc55ac4fc414ddb298c;p=notmuch 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);)