]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Add message to make install listing the other install targets.
authorCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 18:07:34 +0000 (10:07 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 18:07:34 +0000 (10:07 -0800)
Otherwise, it's hard for the user to know that things like install-emacs,
install-bash, and install-zsh even exist.

Makefile.local

index fdf37631e246a26063602d96692f01ed5d97586b..8d2587466988d248a9ebc89c954846d9c9bfedc3 100644 (file)
@@ -33,6 +33,15 @@ install: all-without-message notmuch.1.gz
        done ;
        install notmuch $(DESTDIR)$(prefix)/bin/
        install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
        done ;
        install notmuch $(DESTDIR)$(prefix)/bin/
        install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
+       @echo ""
+       @echo "Notmuch is now installed."
+       @echo ""
+       @echo "You may now want to install additional components to support using notmuch"
+       @echo "together with other software packages:"
+       @echo ""
+       @echo " make install-emacs"
+       @echo " make install-bash"
+       @echo " make install-zsh"
 
 install-desktop:
        install -d $(DESTDIR)$(desktop_dir)
 
 install-desktop:
        install -d $(DESTDIR)$(desktop_dir)