summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-05-12 12:45:25 +0200
committermathieui <mathieui@mathieui.net>2013-05-12 12:45:25 +0200
commit3b1bd0e9e97ea46595f2ab1c4857dfded4a700e9 (patch)
treed78330856e9d8d9f2db8d5a1c7b4dbfda230113e /doc
parent7f1562c4c2d9481e6020322c1781c72cce74d38d (diff)
downloadpoezio-3b1bd0e9e97ea46595f2ab1c4857dfded4a700e9.tar.gz
poezio-3b1bd0e9e97ea46595f2ab1c4857dfded4a700e9.tar.bz2
poezio-3b1bd0e9e97ea46595f2ab1c4857dfded4a700e9.tar.xz
poezio-3b1bd0e9e97ea46595f2ab1c4857dfded4a700e9.zip
Add some manpages to the generated documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3bcd119c..37cf9d5f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -226,6 +226,10 @@ latex_documents = [
man_pages = [
('configuration', 'poezio.cfg', 'Poezio Configuration File',
['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.