]> git.notmuchmail.org Git - notmuch/commit
Makefile: Add new "install-bash" target for bash completion support
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 18:14:00 +0000 (10:14 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 18:14:00 +0000 (10:14 -0800)
commit7c2c26bc4ec5fdab5c6fa72ea325d846b46929e3
tree5bdadd00e9a0df3900ac4e4e8d3f046de1b74108
parent72edf82cd0d102405e962ea266eb00f5eb2d1f3c
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).
Makefile
Makefile.local
configure