]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
notmuch.el: Add notmuch-search command as well as notmuch
[notmuch] / Makefile
index a1a7a15ce523eaa9e82f586a146ec589bab69cca..26ab8da8e748b32beb143e4f92d7ab02707a5eb2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,5 +41,9 @@ Makefile.dep: *.c *.cc
        $(CXX) -M $(CPPFLAGS) $(CDEPENDS_FLAGS) $(CXXDEPENDS_FLAGS) $^ > $@
 -include Makefile.dep
 
+install:
+       install -C -D notmuch $(DESTDIR)/usr/bin/notmuch
+       install -C -D notmuch-completion.bash $(DESTDIR)/etc/bash_completion.d/notmuch
+
 clean:
        rm -f $(PROGS) *.o Makefile.dep