[sdk/kdesrc-build/docbook_historied_per_file] doc: More kdesrc-build doc fixes, as noticed by Burkhard Lück.
Michael Pyne
null at kde.org
Fri May 10 10:15:11 BST 2024
Git commit 37b5576a947137fe7bdd2c5bfd44b3ba9b41758b by Michael Pyne.
Committed on 08/09/2010 at 23:15.
Pushed by ashark into branch 'docbook_historied_per_file'.
More kdesrc-build doc fixes, as noticed by Burkhard Lück.
svn path=/trunk/KDE/kdesdk/doc/scripts/kdesrc-build/; revision=1173206
Original commit: 84b1d7c2
https://invent.kde.org/sdk/kdesrc-build/-/commit/84b1d7c239cdca783c373c0cf998faee0deab031
M +1 -1 doc/features/features-overview.docbook
M +2 -2 doc/getting-started/building-and-troubleshooting.docbook
M +1 -1 doc/getting-started/environment.docbook
M +4 -4 doc/using-kdesrc-build/advanced-features.docbook
https://invent.kde.org/sdk/kdesrc-build/-/commit/37b5576a947137fe7bdd2c5bfd44b3ba9b41758b
diff --git a/doc/features/features-overview.docbook b/doc/features/features-overview.docbook
index f9dc384c..e159e07c 100644
--- a/doc/features/features-overview.docbook
+++ b/doc/features/features-overview.docbook
@@ -158,7 +158,7 @@ a base &kde; single-user installation from the anonymous &subversion; repository
<listitem><para>
Tilde-expansion for your configuration options. For example, you can
specify:
-<programlisting>qtdir ~/kdesvn/build/qt-copy</programlisting>
+<programlisting>qtdir ~/kdesrc/build/qt-copy</programlisting>
</para></listitem>
<listitem><para>
diff --git a/doc/getting-started/building-and-troubleshooting.docbook b/doc/getting-started/building-and-troubleshooting.docbook
index c6c2692c..d414d44a 100644
--- a/doc/getting-started/building-and-troubleshooting.docbook
+++ b/doc/getting-started/building-and-troubleshooting.docbook
@@ -17,9 +17,9 @@ will not succeed the first time you compile &kde;. Do not despair!
</para>
<para>&kdesrc-build; logs the output of every command it runs. By default,
-the log files are kept in <filename class="directory">~/kdesvn/log</filename>. To see what
+the log files are kept in <filename class="directory">~/kdesrc/log</filename>. To see what
the caused an error for a module in the last &kdesrc-build; command, usually
-it is sufficient to look at <filename class="directory">~/kdesvn/log/latest/<replaceable>module-name</replaceable>/error.log</filename>.</para>
+it is sufficient to look at <filename class="directory">~/kdesrc/log/latest/<replaceable>module-name</replaceable>/error.log</filename>.</para>
<para>In that file, you will see the error that caused the build to fail for
that module. If the file says (at the bottom) that you are missing some
diff --git a/doc/getting-started/environment.docbook b/doc/getting-started/environment.docbook
index 72e601f9..6d5463b2 100644
--- a/doc/getting-started/environment.docbook
+++ b/doc/getting-started/environment.docbook
@@ -23,7 +23,7 @@ and add to the end of the file:
If you are building the qt-copy module (you are by default), add instead:
<programlisting>
-QTDIR=(path to qtdir) # Such as ~/kdesvn/build/qt-copy by default.
+QTDIR=(path to qtdir) # Such as ~/kdesrc/build/qt-copy by default.
KDEDIR=(path to kdedir) # Such as ~/kde by default.
KDEDIRS=$KDEDIR
PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
diff --git a/doc/using-kdesrc-build/advanced-features.docbook b/doc/using-kdesrc-build/advanced-features.docbook
index 62f83949..37e14d06 100644
--- a/doc/using-kdesrc-build/advanced-features.docbook
+++ b/doc/using-kdesrc-build/advanced-features.docbook
@@ -273,15 +273,15 @@ next time the build process occurs, even if it would normally perform the
faster incremental build.</para>
<tip>
-<para>By default, the build directory is <filename class="directory">~/kdesvn/build/<replaceable>module</replaceable>/</filename>.
+<para>By default, the build directory is <filename class="directory">~/kdesrc/build/<replaceable>module</replaceable>/</filename>.
If you change the setting of the &build-dir; option, then use that instead of
-<filename class="directory">~/kdesvn/build</filename>.</para>
+<filename class="directory">~/kdesrc/build</filename>.</para>
</tip>
<informalexample>
-<para>Rebuild using <filename>.refresh-me</filename> for module <replaceable>arts</replaceable>:</para>
+<para>Rebuild using <filename>.refresh-me</filename> for module <replaceable>kdelibs</replaceable>:</para>
<screen>
-<prompt>%</prompt> <userinput><command>touch</command> <filename class="directory">~/kdesvn/build/<replaceable>arts</replaceable>.refresh-me</filename></userinput>
+<prompt>%</prompt> <userinput><command>touch</command> <filename class="directory">~/kdesrc/build/<replaceable>kdelibs</replaceable>.refresh-me</filename></userinput>
<prompt>%</prompt> <userinput><command>kdesrc-build</command></userinput>
</screen>
</informalexample>
More information about the kde-doc-english
mailing list