diff options
| author | David Bremner <david@tethera.net> | 2022-04-07 19:41:38 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-06-17 08:40:19 -0300 |
| commit | e50a413906b9fadf93b7801c4758b48792bb348f (patch) | |
| tree | 7277ab66deaf191e2fb37b0389458d855a80f8de /doc/conf.py | |
| parent | 66ccf420c20bedec8dd78dc81ed1166761b7a467 (diff) | |
doc/notmuch-git: initial documentation
This is mainly derived from the various help outputs from the script,
with some massaging of markup and addition of links.
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index e4bad9f1..f01c0058 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -123,6 +123,10 @@ man_pages = [ u'send mail with notmuch and emacs', [notmuch_authors], 1), + ('man1/notmuch-git', 'notmuch-git', + u'manage notmuch tags with git', + [notmuch_authors], 1), + ('man5/notmuch-hooks', 'notmuch-hooks', u'hooks for notmuch', [notmuch_authors], 5), |
