X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=d579242c64174589dd70338c16d3a8175a4dfde9;hb=1ef33800df7b3eaac36c0c17881e2630f7bfc0be;hp=933ff4c7de7f8624ce0169e535a1be0d9b2a1579;hpb=c340c1bd1140c0a1b7e0f24ef3ebac806f5fc3e6;p=notmuch diff --git a/Makefile.local b/Makefile.local index 933ff4c7..d579242c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -48,5 +48,10 @@ install-bash: install -m0644 contrib/notmuch-completion.bash \ $(DESTDIR)$(bash_completion_dir)/notmuch +install-zsh: + install -d $(DESTDIR)$(zsh_completion_dir) + install -m0644 contrib/notmuch-completion.zsh \ + $(DESTDIR)$(zsh_completion_dir)/notmuch + SRCS := $(SRCS) $(notmuch_client_srcs) CLEAN := $(CLEAN) notmuch $(notmuch_client_modules) notmuch.elc notmuch.1.gz