From 24cd1a2a9392dbd61dbd2c31448206286b39f6ce Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Fri, 28 Jul 2017 23:49:22 +0200
Subject: [PATCH] Set appropriate params for man_pages generation.

`sphinx` can generate not only HTML docs but also man pages. Let's see
how far we can go to replace the more or less manually crafted man page
we provide currently.
---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index bb86cd5..808b2aa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -254,8 +254,8 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'diceware', 'diceware Documentation',
-     ['Uli Fouquet'], 1)
+    ('index', 'diceware', 'create a passphrase',
+     ['Written by Uli Fouquet and contributors.'], 1)
 ]
 
 # If true, show URL addresses after external links.
-- 
GitLab