* Update documentation for new inst-apps option.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=328117
wilder
Michael Pyne 22 years ago
parent 2233e26482
commit 2558869a39
  1. 3
      HISTORY
  2. 36
      doc.html.in
  3. 3
      option-list

@ -1,3 +1,6 @@
Version history: 0.77
* Added inst-apps config option.
Version history: 0.76
* Added --cvs-only option.
* Added --build-only option.

@ -65,6 +65,19 @@ those who either can't or don't feel like installing it.</p>
<p id="emailaddy">It is authored by Michael Pyne (mpyne (AT) grammarian (DOT) homelinux
(DOT) net), and is one of several build scripts for this purpose.</p>
<p><b>2004-Jul-11:</b> v0.77<br/>
<i>OK, <b>this</b> will be the last one, berkus really wanted the included new
feature.</i><br/>
New features:
<ul>
<li>Added <a href="#conf-inst-apps">inst-apps</a> configure option, which
affects the build process by only building the specified top-level
directories. The entire module will still be downloaded, however. This
option doesn't take effect until you re-run make -f Makefile.cvs (either by <a
href="#cmdline-refresh-build">--refresh-build</a> or a <a
href="#cmdline-recreate-configure">--recreate-configure</a>).</li>
</ul>
<p><b>2004-Jul-11:</b> v0.76<br/>
<i>This will probably be the last release before I go out of town for a week
or so on the 14<sup>th</sup>. If you send me mail and don't get a response
@ -384,6 +397,7 @@ using the address you can find <a href="#emailaddy">above</a>.
<li><a href="#conf-debug">debug</a></li>
<li><a href="#conf-disable-build-list">disable-build-list</a></li>
<li><a href="#conf-do-not-compile">do-not-compile</a></li>
<li><a href="#conf-inst-apps">inst-apps</a></li>
<li><a href="#conf-install-after-build">install-after-build</a></li>
<li><a href="#conf-kdedir">kdedir</a></li>
<li><a href="#conf-libpath">libpath</a></li>
@ -578,6 +592,26 @@ directive to choose directories that you want to check out.</p>
</td>
</tr>
<tr id="conf-inst-apps">
<td valign="top">inst-apps</td>
<td valign="top">Overrides global</td>
<td><p>This is the opposite of the <a
href="#conf-do-not-compile">do-not-compile</a> option. This option makes it
so that only the given toplevel directories are built. The directories should
be space-separated.</p>
<p>Any changes don't take effect until the next time make -f Makefile.cvs is
run, either automatically by the script, or manually by the <a
href="#cmdline-refresh-build">--refresh-build</a> or <a
href="#cmdline-recreate-configure">--recreate-configure</a> options.
</p>
<p>Note that the sources to the programs will still be downloaded. You can use
the <a href="#conf-checkout-only" class="conf-option">checkout-only</a>
directive to choose directories that you want to check out.</p>
</td>
</tr>
<tr id="conf-install-after-build">
<td valign="top">install-after-build</td>
<td valign="top">Overrides global</td>
@ -881,7 +915,7 @@ href="#options">.kdecvs-buildrc options</a>.
<div align="center" class="thankyou">
<font size="-1"><a href="http://www.cvsup.org/">CVSup</a> is a registered trademark of John D. Polstra.
<br/>
Last modified: Sun Jul 11 15:11:15 2004</font>
Last modified: Sun Jul 11 18:50:09 2004</font>
</div>
</body>
</html>

@ -1,7 +1,7 @@
# This is a list of the various options you can use in your .kdecvs-buildrc.
# They should hopefully all be documentated in the included documentation
# file. If not, please e-mail me. Michael Pyne
# <mpyne@grammarian.homelinux.net>
# <michael.pyne@kdemail.net>
apply-qt-patches
binpath
build-system-only
@ -13,6 +13,7 @@ cxxflags
debug
disable-build-list
do-not-compile
inst-apps
install-after-build
kdedir
libpath

Loading…
Cancel
Save