summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-05-11 00:33:31 +0200
committermathieui <mathieui@mathieui.net>2013-05-11 00:33:31 +0200
commit2ed9442df65ec5b51aed36a6fa8e4a6a4a656f7b (patch)
tree113da84c01ddcaaafcd0fcac5aedb32796261f8c
parent3d8c91dcb087520bbcc15aafb48bce1df3b5b833 (diff)
downloadpoezio-2ed9442df65ec5b51aed36a6fa8e4a6a4a656f7b.tar.gz
poezio-2ed9442df65ec5b51aed36a6fa8e4a6a4a656f7b.tar.bz2
poezio-2ed9442df65ec5b51aed36a6fa8e4a6a4a656f7b.tar.xz
poezio-2ed9442df65ec5b51aed36a6fa8e4a6a4a656f7b.zip
Generate the manpage for the config file with 'make man'
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 28ebe910..3bcd119c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -224,8 +224,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'poeziodoc', 'Poezio Documentation',
- ['Mathieu Pasquet - Florent Le Coz'], 1)
+ ('configuration', 'poezio.cfg', 'Poezio Configuration File',
+ ['Mathieu Pasquet', 'Florent Le Coz'], 7),
]
# If true, show URL addresses after external links.