Add some manpages to the generated documentation
This commit is contained in:
parent
7f1562c4c2
commit
3b1bd0e9e9
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ latex_documents = [
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('configuration', 'poezio.cfg', 'Poezio Configuration File',
|
('configuration', 'poezio.cfg', 'Poezio Configuration File',
|
||||||
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
||||||
|
('keys', 'poezio.keys', 'Poezio Key Bindings',
|
||||||
|
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
||||||
|
('commands', 'poezio.commands', 'Poezio Commands',
|
||||||
|
['Mathieu Pasquet', 'Florent Le Coz'], 7),
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
|
|
Loading…
Reference in a new issue