[jhbuild] docs: Remove duplicate distutils section



commit 1388ac777d7f7f936ae03bb9424f97fe1d457234
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Sep 4 21:49:19 2019 +0200

    docs: Remove duplicate distutils section
    
    xmlto errors out because of this

 doc/C/index.docbook | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/doc/C/index.docbook b/doc/C/index.docbook
index 0c2ac4ee..5e580783 100644
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@ -3218,32 +3218,6 @@ Optional packages: (JHBuild will build the missing packages)
         <para>The <sgmltag class="element">distutils</sgmltag> element is used
           to define a module which is built using python's distutils.</para>
 
-<programlisting>
-&lt;distutils id="<replaceable>modulename</replaceable>"
-            [ supports-non-srcdir-builds="<replaceable>yes|no</replaceable>" ]&gt;
-  &lt;branch [ ... ] &gt;
-    [...]
-  &lt;/branch&gt;
-
-  &lt;dependencies&gt;
-    &lt;dep package="<replaceable>modulename</replaceable>"/&gt;
-    ...
-  &lt;/dependencies&gt;
-  &lt;after&gt;
-    &lt;dep package="<replaceable>modulename</replaceable>"/&gt;
-    ...
-  &lt;/after&gt;
-&lt;/distutils&gt;
-</programlisting>
-      </section>
-
-
-      <section id="moduleset-syntax-defs-distutils">
-        <title>distutils</title>
-
-        <para>The <sgmltag class="element">distutils</sgmltag> element is used
-          to define a module which is built using python's distutils</para>
-
 <programlisting>
 &lt;distutils id="<replaceable>modulename</replaceable>"
             [ supports-non-srcdir-builds="<replaceable>yes|no</replaceable>" ]&gt;


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