aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-05-07 10:32:18 -0300
committerDavid Bremner <david@tethera.net>2022-06-17 08:40:19 -0300
commit8ed68c1bbe8c1b7bb69d7bea1e0c8919bfcb0d0a (patch)
treec882692f2ee185c7d30e227947bda6eaa0618a91 /doc/Makefile.local
parente50a413906b9fadf93b7801c4758b48792bb348f (diff)
CLI/git: change defaults for repo and prefix
The previous defaults were not suitable for personal (i.e. not bugtracking for notmuch development) use. Provide two ways for the user to select nmbug compatible defaults; command line argument and checking the name of the script.
Diffstat (limited to 'doc/Makefile.local')
-rw-r--r--doc/Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.local b/doc/Makefile.local
index d43ef269..2f67f4de 100644
--- a/doc/Makefile.local
+++ b/doc/Makefile.local
@@ -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)