Git commit f8ee5a9f118c63985a0501e108892afaef02a1df by Michael Pyne. Committed on 27/05/2012 at 16:58. Pushed by ashark into branch 'docbook_historied_per_file'.
doc: Make it clearer how to change selected modules. Original commit: 62a263e6 https://invent.kde.org/sdk/kdesrc-build/-/commit/62a263e664949e057551a01e22088e0cca4944b0 M +3 -3 doc/getting-started/configure-data.docbook M +5 -3 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/f8ee5a9f118c63985a0501e108892afaef02a1df diff --git a/doc/getting-started/configure-data.docbook b/doc/getting-started/configure-data.docbook index e14cf784..580c10cc 100644 --- a/doc/getting-started/configure-data.docbook +++ b/doc/getting-started/configure-data.docbook @@ -54,9 +54,9 @@ source code. selects what &url; to download the sources from. This is useful if you are a developer with a <ulink url="http://techbase.kde.org/Contribute/First_Steps_with_your_KDE_SVN_Account">&kde; &subversion; account</ulink>.</para></listitem> + +<listitem>You will probably want to select different modules to build, which +is described in <xref linkend="selecting-modules"/>.</listitem> </itemizedlist> </para> - -<para>Continue to <xref linkend="kde-modules-and-selection"/> to see how to -change how much of &kde; is built.</para> </sect1> diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index 689fd1ca..4b32f9c9 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -223,9 +223,11 @@ linkend="conf-configure-flags">configure-flags</link> or <link linkend="conf-cmake-options">cmake-options</link> because this option will also set the environment variable <envar>CXXFLAGS</envar> during the build process.</para> -<para>Note that for &kde; 4 and any other modules that use &cmake;, it is necessary to set the -CMAKE_BUILD_TYPE option to "none" when configuring the module. This can be done using the -<link linkend="conf-cmake-options">cmake-options</link> option.</para> +<para>Note that for &kde; 4 and any other modules that use &cmake;, it is +necessary to set the CMAKE_BUILD_TYPE option to <userinput>none</userinput> +when configuring the module. This can be done using the <link +linkend="conf-cmake-options">cmake-options</link> option. +</para> </entry> </row>
