Git commit ec81dd2bc871c063878e5d5bd75b5d1e02502ef5 by Yuri Chornoivan. Committed on 20/02/2013 at 18:45. Pushed by yurchor into branch 'master'.
Make docbook translatable M +2 -2 doc/index.docbook http://commits.kde.org/kdesrc-build/ec81dd2bc871c063878e5d5bd75b5d1e02502ef5 diff --git a/doc/index.docbook b/doc/index.docbook index 94f3218..9578682 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -2787,7 +2787,7 @@ module.</para></listitem> This command line option is used to stop the normal build process just <emphasis>before</emphasis> a module would ordinarily be built. </para><para> -For example, if the normal build list was <simplelist type='inline'> +For example, if the normal build list was <simplelist type="inline"> <member>moduleA</member><member>moduleB</member><member>moduleC</member></simplelist>, then <option>--stop-before=<replaceable>moduleB</replaceable></option> would cause &kdesrc-build; to only build <literal>moduleA</literal>. @@ -2802,7 +2802,7 @@ This command line option was added with &kdesrc-build; 1.16. This command line option is used to stop the normal build process just <emphasis>after</emphasis> a module would ordinarily be built. </para><para> -For example, if the normal build list was <simplelist type='inline'> +For example, if the normal build list was <simplelist type="inline"> <member>moduleA</member><member>moduleB</member><member>moduleC</member></simplelist>, then <option>--stop-after=<replaceable>moduleB</replaceable></option> would cause &kdesrc-build; to build <literal>moduleA</literal> and <literal>moduleB</literal>.
