From 10518306b85a0f32da65a747d39696901c1696c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Fri, 5 Apr 2019 15:36:11 +0200 Subject: [PATCH] Add a more informative short summary for man pages --- user-docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-docs/conf.py b/user-docs/conf.py index 9535f1f..8b957c5 100644 --- a/user-docs/conf.py +++ b/user-docs/conf.py @@ -149,8 +149,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('man/glabels-qt', 'glabels-qt', 'gLabels Documentation', [author], 1), - ('man/glabels-batch-qt', 'glabels-batch-qt', 'gLabels Documentation', [author], 1) + ('man/glabels-qt', 'glabels-qt', 'create labels and business cards', [author], 1), + ('man/glabels-batch-qt', 'glabels-batch-qt', 'batch creation of labels and business cards', [author], 1) ]