]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile: Add a meesage after "make" telling the user to run "make install"
[notmuch] / Makefile.local
index f59761ca6a909c6b01ed797cf95fc97f53eeb1b5..fdf37631e246a26063602d96692f01ed5d97586b 100644 (file)
@@ -26,7 +26,7 @@ notmuch: $(notmuch_client_modules) lib/notmuch.a
 notmuch.1.gz: notmuch.1
        $(call quiet,gzip) --stdout $^ > $@
 
-install: all notmuch.1.gz
+install: all-without-message notmuch.1.gz
        for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 ; \
        do \
                install -d $$d ; \