X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=a26ece2c3ff006b2682b69f99e7d034477b6929a;hp=f824bed1f1c8a6bf46955a7970f2063a38a2e841;hb=544df2f517b639171b0d6b50cdf4193e1217c260;hpb=e8c9c3e6a534fc6c2919c2c1de63cea7250eb488 diff --git a/Makefile.local b/Makefile.local index f824bed1..a26ece2c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,4 +1,4 @@ -all: notmuch +all: notmuch notmuch.1.gz notmuch_client_srcs = \ notmuch.c \ @@ -20,7 +20,7 @@ notmuch_client_modules = $(notmuch_client_srcs:.c=.o) notmuch: $(notmuch_client_modules) lib/notmuch.a $(CC) $(LDFLAGS) $^ -o $@ -notmuch.1.gz: +notmuch.1.gz: notmuch.1 gzip --stdout notmuch.1 > notmuch.1.gz install: all notmuch.1.gz