X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/2405b45a06b5c9a596324c81e65fae31e2bcfab0..1a579dfe6b13d959900d8ccb9a86526234ce5669:/Makefile 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: