From: Carl Worth Date: Tue, 1 Dec 2009 18:14:00 +0000 (-0800) Subject: Makefile: Add new "install-bash" target for bash completion support X-Git-Tag: 0.1~270 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7c2c26bc4ec5fdab5c6fa72ea325d846b46929e3;hp=7c2c26bc4ec5fdab5c6fa72ea325d846b46929e3 Makefile: Add new "install-bash" target for bash completion support It was problematic to have this in "make install" since it would unconditionally try to install to /etc, (even if a non-privileged user was attempting an install to a prefix in the user's home directory, for example). ---