X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=64b9d4aa3507c0a6ae30d3cd685703693d19c90f;hp=248a4cfd212722058126e4dab8a3d101fe2d29d8;hb=c25bc03dc60846090d230cdad21e39faccce35ff;hpb=40e584ecfc2da7b443ceebeabe064c096b3ab999 diff --git a/Makefile b/Makefile index 248a4cfd..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 @@ -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