]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Fix misspelling of DT_UNKNOWN.
[notmuch] / Makefile.local
index 933ff4c7de7f8624ce0169e535a1be0d9b2a1579..d579242c64174589dd70338c16d3a8175a4dfde9 100644 (file)
@@ -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