Git commit 462450aa2e40c3fc95143c9e50a01e698c8586a6 by Boudhayan Gupta. Committed on 12/06/2015 at 14:14. Pushed by bgupta into branch 'master'.
Fix DocBook Documentation M +1 -0 CMakeLists.txt M +6 -8 doc/index.docbook http://commits.kde.org/kscreengenie/462450aa2e40c3fc95143c9e50a01e698c8586a6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9590b24..9daec4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ find_package( XmlGui WidgetsAddons WindowSystem + DocTools ) # optional components diff --git a/doc/index.docbook b/doc/index.docbook index 0279329..72175bd 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -20,10 +20,8 @@ </author> <othercredit role="developer"> - <author> - &Boudhayan.Gupta; - &Boudhayan.Gupta.mail; - </author> + &Boudhayan.Gupta; + &Boudhayan.Gupta.mail; </othercredit> <!-- TRANS:ROLES_OF_TRANSLATORS --> @@ -169,7 +167,7 @@ <chapter id="additional-functionality"> <title>Additional Functionality</title> - <sect2> + <sect1> <title>Buttons</title> <para>There are six buttons located at the bottom of the &kscreengenie; window. Their functions are described below:</para> @@ -214,9 +212,9 @@ </listitem> </varlistentry> </variablelist> - </sect2> + </sect1> - <sect2> + <sect1> <title>Drag and Drop</title> <para>A captured image can be dragged to another application or document. If the application is able to handle images, a copy of the full image is inserted there.</para> @@ -225,7 +223,7 @@ <para>If you drag the screenshot to a text box, the path to the temporary saved file is inserted. This is useful for example to upload a screenshot through web forms or to attach screenshots into bug reports on the <ulink url="https://bugs.kde.org/">&kde; bugtracker</ulink>.</para> <para>This works with all clients that do not pick up the image data, but only look for a &URL; in the dragged mimedata.</para> - </sect2> + </sect1> </chapter> <chapter id="credits">
