diff --git a/doc/conf.py.in b/doc/conf.py.in index 515965e775..543fda3036 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -183,7 +183,7 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'ownCloudClientManual.tex', u'ownCloud Admin Manual', + ('index', 'ownCloudClientManual.tex', u'ownCloud Client Manual', u'The ownCloud developers', 'manual'), ] @@ -227,7 +227,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'ownCloudClientManual', u'ownCloud Admin Manual', + ('index', 'ownCloudClientManual', u'ownCloud Client Manual', u'The ownCloud developers', 'ownCloud', 'The ownCloud Client Manual.', 'Miscellaneous'), ]