[jhbuild: 13/27] [doc] add sections on jhbuild clean & jhbuild uninstall commands



commit 6958b22e260d4f2f8e12d395e81f99e9439b41f0
Author: Frederic Peters <fpeters 0d be>
Date:   Tue May 5 21:30:07 2009 +0200

    [doc] add sections on jhbuild clean & jhbuild uninstall commands
---
 doc/C/jhbuild.xml |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/doc/C/jhbuild.xml b/doc/C/jhbuild.xml
index b47be96..b6dd7ba 100644
--- a/doc/C/jhbuild.xml
+++ b/doc/C/jhbuild.xml
@@ -847,6 +847,26 @@ libgnomecanvas is missing branch definition for gnome-2-20
 
     </section>
 
+    <section id="command-reference-clean">
+      <title>clean</title>
+
+      <para>The <command>clean</command> command is used to clean the build
+      directories of one or more modules.</para>
+
+      <cmdsynopsis>
+        <command>jhbuild clean</command>
+        <arg rep="repeat">--skip=<replaceable>module</replaceable></arg>
+        <arg>--start-at=<replaceable>module</replaceable></arg>
+      </cmdsynopsis>
+
+      <para>If no module names are given on the command line, then the module
+      list found in the configuration file will be used.</para>
+      
+      <para>Look at the <link linkend="command-reference-build">build</link>
+      command documentation for a description of available options.</para>
+
+    </section>
+
     <section id="command-reference-dot">
       <title>dot</title>
 
@@ -1180,6 +1200,26 @@ libgnomecanvas is missing branch definition for gnome-2-20
 
     </section>
 
+    <section id="command-reference-uninstall">
+      <title>uninstall</title>
+
+      <para>The <command>uninstall</command> command is used to uninstall
+      one or more modules.</para>
+
+      <cmdsynopsis>
+        <command>jhbuild uninstall</command>
+        <arg rep="repeat">--skip=<replaceable>module</replaceable></arg>
+        <arg>--start-at=<replaceable>module</replaceable></arg>
+      </cmdsynopsis>
+
+      <para>If no module names are given on the command line, then the module
+      list found in the configuration file will be used.</para>
+      
+      <para>Look at the <link linkend="command-reference-build">build</link>
+      command documentation for a description of available options.</para>
+
+    </section>
+
     <section id="command-reference-update">
       <title>update</title>
 



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