X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=d579242c64174589dd70338c16d3a8175a4dfde9;hp=933ff4c7de7f8624ce0169e535a1be0d9b2a1579;hb=c25bc03dc60846090d230cdad21e39faccce35ff;hpb=263aeb82f0a1a69864ca41cff4dfa2ae0b8b3f05 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