Git commit 5f161801fd9dc73898c782d2da94226d58c7959e by Luigi Toscano. Committed on 11/10/2017 at 21:24. Pushed by ltoscano into branch 'master'.
Doc fixes (mostly style) - add few missing commas; - yourSoundFiles does not refer anymore to a placeholder, so expand it. M +3 -3 doc/technical-reference.docbook https://commits.kde.org/ktuberling/5f161801fd9dc73898c782d2da94226d58c7959e diff --git a/doc/technical-reference.docbook b/doc/technical-reference.docbook index f60bff5..b69802e 100644 --- a/doc/technical-reference.docbook +++ b/doc/technical-reference.docbook @@ -86,12 +86,12 @@ To create a new &ktuberling; playground you have to: </listitem> <listitem> - <para>If you are adding the theme to &ktuberling; repository, add .svg .theme .desktop files to FILES section of the CMakeLists.txt in the pics/ directory + <para>If you are adding the theme to &ktuberling; repository, add .svg, .theme, and .desktop files to FILES section of the CMakeLists.txt in the pics/ directory </para> </listitem> <listitem> - <para>If you want to install it for yourself, place .svg .theme .desktop files in <filename class="directory">ktuberling/pics</filename> + <para>If you want to install it for yourself, place .svg, .theme, and .desktop files in <filename class="directory">ktuberling/pics</filename> in <userinput><command>qtpaths</command> <option>--paths GenericDataLocation</option></userinput> </para> </listitem> @@ -156,7 +156,7 @@ INSTALL( FILES <replaceable>yourLanguageTwoLetterCode</replaceable>.soundtheme D <itemizedlist> <listitem><para>Place <replaceable>yourLanguageTwoLetterCode</replaceable>.soundtheme file in <filename class="directory">ktuberling/sounds</filename> in <userinput><command>qtpaths</command> <option>--paths GenericDataLocation </option></userinput></para></listitem> -<listitem><para>Place yourSoundFiles in <filename class="directory">ktuberling/sounds/someUniquePath</filename> +<listitem><para>Place your sound files in <filename class="directory">ktuberling/sounds/someUniquePath</filename> in<userinput><command>qtpaths</command> <option>--paths GenericDataLocation </option></userinput></para></listitem> </itemizedlist> </listitem>
