diff options
| author | David Bremner <david@tethera.net> | 2026-01-25 07:56:42 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-02-16 07:24:18 +0900 |
| commit | bc0eb71fccd9c1be6dbdcda826da2fe2f74b0f53 (patch) | |
| tree | 55d622ad9cabcbcdcf0610a4b8c4c5ebdfd56e1a /doc/conf.py | |
| parent | b6130178951055bffb0eca31b24a6da259c2b2ad (diff) | |
doc: initial documentation for git-remote-notmuch
While it is not intended to be invoked directly, the user still needs
to know how to use it via git commands.
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 6472d6f8..5e91f29b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -99,6 +99,9 @@ notmuch_authors = u'Carl Worth and many others' man_make_section_directory = False man_pages = [ + ('man1/git-remote-notmuch', 'git-remote-notmuch', + u'git remote helper for notmuch', + [notmuch_authors], 1), ('man1/notmuch', 'notmuch', u'thread-based email index, search, and tagging', [notmuch_authors], 1), |
