mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
doc/conf.py: include command name in texinfo document title
Seems to make more sense than to have the same title for everything.
This commit is contained in:
parent
0097e7f5d6
commit
c22d5d6770
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ man_pages = [
|
||||||
texinfo_no_detailmenu = True
|
texinfo_no_detailmenu = True
|
||||||
|
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('notmuch-emacs', 'notmuch-emacs', u'notmuch Documentation',
|
('notmuch-emacs', 'notmuch-emacs', u'notmuch-emacs documentation',
|
||||||
notmuch_authors, 'notmuch-emacs',
|
notmuch_authors, 'notmuch-emacs',
|
||||||
'emacs based front-end for notmuch', 'Miscellaneous'),
|
'emacs based front-end for notmuch', 'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
@ -142,7 +142,7 @@ texinfo_documents += [
|
||||||
(
|
(
|
||||||
x[0], # source start file
|
x[0], # source start file
|
||||||
x[1], # target name
|
x[1], # target name
|
||||||
u'notmuch Documentation', # title
|
x[1] + u' documentation', # title
|
||||||
x[3][0], # author
|
x[3][0], # author
|
||||||
x[1], # dir menu entry
|
x[1], # dir menu entry
|
||||||
x[2], # description
|
x[2], # description
|
||||||
|
|
Loading…
Reference in a new issue