]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
test: conditionally test compact depending on configured support
[notmuch] / Makefile.local
index 5f797ad004dd836c813272da585f66e0cc06c771..cb7b10615a24579c676475c4780ced9537cc4a02 100644 (file)
@@ -53,7 +53,7 @@ endif
 FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(AS_NEEDED_LDFLAGS) $(CONFIGURE_LDFLAGS)
 
 .PHONY: all
-all: notmuch notmuch-shared
+all: notmuch notmuch-shared build-man
 ifeq ($(MAKECMDGOALS),)
 ifeq ($(shell cat .first-build-message 2>/dev/null),)
        @NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all