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