From 1a579dfe6b13d959900d8ccb9a86526234ce5669 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 2 Nov 2009 06:13:16 -0800 Subject: Add a simple manual page for notmuch. By pulling content out of notmuch help, and also the messages printed by "notmuch setup". --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '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: -- cgit v1.2.3