Git commit 2c9054a9a3e1e6c4247568abef5a90f78d27f859 by Michael Pyne. Committed on 30/07/2005 at 01:34. Pushed by ashark into branch 'docbook_historied_per_file'.
Backport kdenonbeta/manual-update with unsermake bugfix, and the use-unsermake self feature to 3.5. svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=440163 Original commit: b676cf2b https://invent.kde.org/sdk/kdesrc-build/-/commit/b676cf2b0b022957f46e7d36cdd31ac32009215d M +11 -3 doc/kdesvn-buildrc/index.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/2c9054a9a3e1e6c4247568abef5a90f78d27f859 diff --git a/doc/kdesvn-buildrc/index.docbook b/doc/kdesvn-buildrc/index.docbook index 694248bc..c2a45122 100644 --- a/doc/kdesvn-buildrc/index.docbook +++ b/doc/kdesvn-buildrc/index.docbook @@ -541,11 +541,19 @@ This option defaults to <quote>true</quote>. <row id="conf-use-unsermake"> <entry>use-unsermake</entry> <entry>Overrides global</entry> -<entry>Set this option to a non-zero value in order to use the experimental -unsermake program instead of automake when running the configure script. This -can lead to some serious decreases in build time, especially for +<entry><para>Set this option to <quote>true</quote> in order to use the +experimental unsermake program instead of automake when running the configure +script. This can lead to some serious decreases in build time, especially for <ulink url="http://www.csh.rit.edu/slashdot/distcc.html">distributed building systems</ulink>. This option defaults to <quote>true</quote> (for most modules). +</para> + +<para>Normally if you use this option kdesvn-build will automatically keep +unsermake up-to-date. This may start to get annoying, especially if you are +managing unsermake yourself. If this is the case, you can set this option to +<quote>self</quote>, and kdesvn-build will still use unsermake, but will not +do anything special to keep it updated. +</para> </entry> </row>
