diff --git a/doc/index.docbook b/doc/index.docbook
index 24b5de6..ba7c27d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -1133,7 +1133,9 @@ setting this as a global option makes no sense.
Note that this setting has no effect on &git; modules due to the
-operation of the &git; source control system.
+operation of the &git; source control system.
+
+See for an example.
@@ -1160,6 +1162,16 @@ option blank. (In other words, required &cmake; parameters
are set for you automatically)
+
+colorful-output
+Cannot be overridden
+Set this option to false to disable the colorful output of &kdesrc-build;.
+This option defaults to true. Note that &kdesrc-build; will not output the
+color codes to anything but a terminal (such as xterm, &konsole;, or the normal
+&Linux; console).
+
+
+
configure-flagsOverrides global
@@ -1174,16 +1186,6 @@ only works for qt-copy.
-
-colorful-output
-Cannot be overridden
-Set this option to false to disable the colorful output of &kdesrc-build;.
-This option defaults to true. Note that &kdesrc-build; will not output the
-color codes to anything but a terminal (such as xterm, &konsole;, or the normal
-&Linux; console).
-
-
-
cxxflagsAppends to global option
@@ -1237,6 +1239,8 @@ directive to choose directories that you want to check out.
For example, to hold &juk; and &kscd; in the kdemultimedia module from
compiling, you would add "do-not-compile juk kscd" to your kdemultimedia settings.
+
+See for an example.
@@ -1284,8 +1288,8 @@ This option was removed in version 1.10
Overrides globalThis option is used to install the package after it successfully builds.
This option is enabled by default. If you want to disable this, you need to set
-this option to 0 in the configuration
-file. You can also use the false in the configuration file. You can also use the command line
flag.
@@ -1413,7 +1417,8 @@ linkend="conf-tag">tag options instead whenever they are applicable.
nicenessCannot be overriddenSet this option to a number between 20 and 0. The higher the number, the
-lower a priority &kdesrc-build; will set for itself. The default is 10.
+lower a priority &kdesrc-build; will set for itself, i.e. the higher the
+number, the "nicer" the program is. The default is 10.
@@ -1447,6 +1452,9 @@ cannot figure out what you mean using branch.
Overrides globalThis option controls where to install the module (normally the
setting is used).
+Using this option allows you to install a module to a different directory than
+where the KDE Platform libraries are installed, such as if you were using
+&kdesrc-build; only to build applications.
@@ -1459,7 +1467,8 @@ deleted or not. The default value is false.
Even if you have not set this option to true, you can manually purge the
old log directories by running:
-kdesrc-build --no-src --no-build --purge-old-logs kdelibs
+kdesrc-build --no-src --no-build --purge-old-logs
+kdelibsYou can use any module name in the above command line, it does not have
to be kdelibs.
@@ -1550,8 +1559,8 @@ globally).
Overrides globalThis option is used to set the directory on your computer to store the &kde;
&subversion; sources at. If you do not specify this value, the default is
-~/kdesvn. If
-you do specify this value, use an absolute path name.
+~/kdesrc. You may use the tilde (~)
+to represent the home directory if using this option.
@@ -1567,8 +1576,12 @@ by default.
svn-serverOverrides global
-This option is used to set the server used to check out from &subversion;.
-The default is the anonymous &subversion; repository, svn://anonsvn.kde.org/
+This option is used to set the server used to check out from &subversion;.
+The default is the anonymous &subversion; repository, svn://anonsvn.kde.org/
+If you are developing for KDE, use the &subversion; repository that
+was provided to you when you received your developer account, instead of the
+anonymous repository.
+