]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
emacs: Move emacs UI (currently just one file) to subdirectory.
[notmuch] / Makefile
index 248a4cfd212722058126e4dab8a3d101fe2d29d8..bd8f50ad6e56b4f4b75ccf28dced0c89d022a3e2 100644 (file)
--- 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
@@ -29,6 +30,7 @@ Makefile.config: configure
        @echo "Note: Calling ./configure with no command-line arguments. This is often fine,"
        @echo "      but if you want to specify any arguments (such as an alternate prefix"
        @echo "      into which to install), call ./configure explicitly and then make again."
+       @echo "      See \"./configure --help\" for more details."
        @echo ""
        ./configure
 
@@ -36,6 +38,7 @@ include Makefile.config
 
 include lib/Makefile.local
 include compat/Makefile.local
+include emacs/Makefile.local
 include Makefile.local
 
 # The user has not set any verbosity, default to quiet mode and inform the