]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Add a message after "make install-emacs"
authorCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 18:50:20 +0000 (10:50 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 18:50:20 +0000 (10:50 -0800)
More help to guide the new user here. Tell the user how to actually
invoke the emacs client now that it's installed.

emacs/Makefile.local

index c6ca142d7f347bb1c9905f1619b2e0d98d2e002e..b895d11a9d6978ae8ba75485f9e25efbeaddd6ff 100644 (file)
@@ -15,5 +15,14 @@ install-emacs: install emacs
        do \
                install -m0644 $$f $(DESTDIR)$(emacs_lispdir) ;\
        done;
        do \
                install -m0644 $$f $(DESTDIR)$(emacs_lispdir) ;\
        done;
+       @echo ""
+       @echo "The notmuch emacs client is now installed."
+       @echo ""
+       @echo "To run this, each user should add the following line to the ~/.emacs file:"
+       @echo ""
+       @echo " (require 'notmuch)"
+       @echo ""
+       @echo "And should then run \"M-x notmuch\" from within emacs or run \"emacs -f notmuch\""
+       @echo ""
 
 CLEAN := $(CLEAN) $(emacs_bytecode)
 
 CLEAN := $(CLEAN) $(emacs_bytecode)