From 3b1bd0e9e97ea46595f2ab1c4857dfded4a700e9 Mon Sep 17 00:00:00 2001
From: mathieui <mathieui@mathieui.net>
Date: Sun, 12 May 2013 12:45:25 +0200
Subject: Add some manpages to the generated documentation

---
 doc/source/conf.py | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'doc/source')

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.
-- 
cgit v1.2.3