From 79e627d429078a206d1f156669b18a946a9763a9 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 19 Oct 2014 13:22:44 +0200 Subject: [PATCH] Add description in latex docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bf4f2d9..4bcd0a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,5 +54,5 @@ man_pages = [ texinfo_documents = [ ('index', 'vdirsyncer', u'vdirsyncer Documentation', u'Markus Unterwaditzer', 'vdirsyncer', - 'One line description of project.', 'Miscellaneous'), + 'Synchronize calendars and contacts.', 'Miscellaneous'), ]