From 2ed9442df65ec5b51aed36a6fa8e4a6a4a656f7b Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 11 May 2013 00:33:31 +0200 Subject: Generate the manpage for the config file with 'make man' --- doc/source/conf.py | 4 ++-- 1 file 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. -- cgit v1.2.3