Git commit 4e27225e1421fb78f95980774ce8521968fa0159 by Luigi Toscano. Committed on 28/08/2017 at 23:27. Pushed by ltoscano into branch 'master'.
Re-enable the documentation with a bit of cleanup - use the macros provided by KDocTools from Frameworks to generate the documentation; - remove/fix few outdated information from the man page. M +2 -2 doc/CMakeLists.txt M +3 -3 doc/man-ring-kde.1.docbook https://commits.kde.org/ring-kde/4e27225e1421fb78f95980774ce8521968fa0159 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0a963829..aad0ccc3 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -2,5 +2,5 @@ # # -# KDE4_CREATE_HANDBOOK(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR ring-kde) -# kde4_create_manpage(man-ring-kde.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR}) +KDOCTOOLS_CREATE_HANDBOOK(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR ring-kde) +KDOCTOOLS_CREATE_MANPAGE(man-ring-kde.1.docbook 1 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR}) diff --git a/doc/man-ring-kde.1.docbook b/doc/man-ring-kde.1.docbook index cbeb6983..accab13d 100644 --- a/doc/man-ring-kde.1.docbook +++ b/doc/man-ring-kde.1.docbook @@ -5,7 +5,7 @@ <refentry lang="&language;"> <refentryinfo> -<title>KDE User's Manual</title> +<title>ring-kde User's Manual</title> <author> <firstname>Jérémy</firstname> <surname>Quentin</surname> @@ -21,7 +21,7 @@ </affiliation> </author> <date>August 3 2012</date> -<productname>K Desktop Environment</productname> +<productname>ring-kde</productname> </refentryinfo> <refmeta> @@ -51,7 +51,7 @@ ring-kde is a client for Ring built with KDE Frameworks; it communicates with th <refsect1> <title>Bugs</title> -<para>Please report bugs at https://projects.savoirfairelinux.com/projects/sflphone/issues/new.</para> +<para>Please report bugs at https://bugs.kde.org.</para> </refsect1>
