]> git.cworth.org Git - notmuch/blobdiff - doc/Makefile.local
CLI/git: change defaults for repo and prefix
[notmuch] / doc / Makefile.local
index d43ef26923bcd9f192047ff2f5d5b1c101a62d0c..2f67f4de363eb81fd7564f2d3e218bc7343d973e 100644 (file)
@@ -131,6 +131,7 @@ install-man: ${MAN_GZIP_FILES}
        install -m0644 $(filter %.5.gz,$(MAN_GZIP_FILES)) $(DESTDIR)/$(mandir)/man5
        install -m0644 $(filter %.7.gz,$(MAN_GZIP_FILES)) $(DESTDIR)/$(mandir)/man7
        cd $(DESTDIR)/$(mandir)/man1 && ln -sf notmuch.1.gz notmuch-setup.1.gz
+       cd $(DESTDIR)/$(mandir)/man1 && ln -sf notmuch-git.1.gz nmbug.1.gz
 endif
 
 ifneq ($(HAVE_SPHINX)$(HAVE_MAKEINFO),11)