[jhbuild] doc: add --distclean to Manual (GNOME bug 681290)



commit 748ec94f4239454b83f99b24e94a3b05a074829d
Author: Craig Keogh <cskeogh adam com au>
Date:   Thu Aug 16 11:30:23 2012 +0930

    doc: add --distclean to Manual (GNOME bug 681290)

 doc/C/index.docbook |   33 ++++++++++++++++++++++++++-------
 1 files changed, 26 insertions(+), 7 deletions(-)
---
diff --git a/doc/C/index.docbook b/doc/C/index.docbook
index 838dc3a..6a306b1 100644
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@ -750,6 +750,7 @@ jhbuildbot_password = 'password'
         <arg>--check</arg>
         <arg>--dist</arg>
         <arg>--distcheck</arg>
+        <arg>--distclean</arg>
         <arg>--ignore-suggests</arg>
         <arg>--no-network</arg>
         <arg rep="repeat">--skip=<replaceable>module</replaceable></arg>
@@ -809,6 +810,21 @@ jhbuildbot_password = 'password'
         </varlistentry>
         <varlistentry>
           <term>
+            <option>--distclean</option>
+          </term>
+          <listitem>
+            <simpara>For git modules, run <command>git clean -dfx</command>
+              before building modules. For other modules, run <command>make
+              distclean</command> before building modules.</simpara>
+
+            <note>
+              <simpara>This option will delete any uncommited changes.
+              </simpara>
+            </note>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>
             <option>--ignore-suggests</option>
           </term>
           <listitem>
@@ -974,6 +990,7 @@ jhbuildbot_password = 'password'
         <arg>--clean</arg>
         <arg>--check</arg>
         <arg>--distcheck</arg>
+        <arg>--distclean</arg>
         <arg>--no-network</arg>
         <arg>-D <replaceable>date</replaceable></arg>
         <arg>--no-xvfb</arg>
@@ -985,8 +1002,9 @@ jhbuildbot_password = 'password'
 
       <para>The <option>--check</option>, <option>--clean</option>,
         <option>-d</option>, <option>--distcheck</option>,
-        <option>--no-network</option>, <option>-D</option>, <option>-x</option>
-        and <option>--nodeps</option> options are processed as per the
+        <option>--distclean</option>, <option>--no-network</option>,
+        <option>-D</option>, <option>-x</option> and <option>--nodeps</option>
+        options are processed as per the
         <link linkend="command-reference-build"><command>build</command></link>
         command.</para>
 
@@ -1385,6 +1403,7 @@ Optional packages: (JHBuild will build the missing packages)
 
       <cmdsynopsis><command>jhbuild tinderbox</command>
         <arg>--clean</arg>
+        <arg>--distclean</arg>
         <arg>--no-network</arg>
         <arg>--output=<replaceable>directory</replaceable></arg>
         <arg rep="repeat">--skip=<replaceable>module</replaceable></arg>
@@ -1397,11 +1416,11 @@ Optional packages: (JHBuild will build the missing packages)
         <arg rep="repeat">module</arg>
       </cmdsynopsis>
 
-      <para>The <option>--clean</option>, <option>--no-network</option>,
-        <option>--skip</option>, <option>--start-at</option>,
-        <option>-D</option>, <option>-C</option>, <option>-N</option>,
-        <option>-f</option> and <option>--nodeps</option> options are processed
-        as per the
+      <para>The <option>--clean</option>, <option>--distclean</option>,
+        <option>--no-network</option>, <option>--skip</option>,
+        <option>--start-at</option>, <option>-D</option>, <option>-C</option>,
+        <option>-N</option>, <option>-f</option> and <option>--nodeps</option>
+        options are processed as per the
         <link linkend="command-reference-build"><command>build</command></link>
         command.</para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]