From 1ef33800df7b3eaac36c0c17881e2630f7bfc0be Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 9 Jan 2010 11:49:34 +1300 Subject: Install zsh completion file According to the Debian zsh maintainer Clint Adams, this is the first time that a package installs its own completer into zsh. Part of the reason this is not usually done is because zsh does not provide a stable API. We agreed to try it, given that notmuch is expected to change quite a bit initially. If there are problems or the completer goes stable, we'll move it into the upstream zsh repository. Signed-off-by: martin f. krafft --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 021fdb82..64b9d4aa 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ EMACS ?= emacs gzip = gzip bash_completion_dir = /etc/bash_completion.d +zsh_completion_dir = /usr/share/zsh/functions/Completion/Unix all_deps = Makefile Makefile.local Makefile.config \ lib/Makefile lib/Makefile.local -- cgit v1.2.3