X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=fee4ffffc0ee6a579290832a24e168b91fa81fd7;hp=26ab8da8e748b32beb143e4f92d7ab02707a5eb2;hb=1a579dfe6b13d959900d8ccb9a86526234ce5669;hpb=2405b45a06b5c9a596324c81e65fae31e2bcfab0 diff --git a/Makefile b/Makefile index 26ab8da8..fee4ffff 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,12 @@ Makefile.dep: *.c *.cc $(CXX) -M $(CPPFLAGS) $(CDEPENDS_FLAGS) $(CXXDEPENDS_FLAGS) $^ > $@ -include Makefile.dep -install: +notmuch.1.gz: + gzip --stdout notmuch.1 > notmuch.1.gz + +install: notmuch.1.gz install -C -D notmuch $(DESTDIR)/usr/bin/notmuch + install -C -D notmuch.1.gz $(DESTDIR)/usr/share/man/man1 install -C -D notmuch-completion.bash $(DESTDIR)/etc/bash_completion.d/notmuch clean: