Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21603 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/gtk-doc.xml

    r853ae3e5 re7d893b  
    77  <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.xz">
    88  <!ENTITY gtk-doc-download-ftp  "&gnome-download-ftp;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.xz">
    9   <!ENTITY gtk-doc-md5sum        "df26a38c209b3d7358f26268fcbdb9e3">
    10   <!ENTITY gtk-doc-size          "716 KB">
    11   <!ENTITY gtk-doc-buildsize     "14 MB (with tests)">
     9  <!ENTITY gtk-doc-md5sum        "1045ba29ca0693ced2045523407aae4c">
     10  <!ENTITY gtk-doc-size          "740 KB">
     11  <!ENTITY gtk-doc-buildsize     "17 MB (with tests)">
    1212  <!ENTITY gtk-doc-time          "0.2 SBU (with tests)">
    1313]>
     
    6565    <bridgehead renderas="sect3">GTK-Doc Dependencies</bridgehead>
    6666
     67    <bridgehead renderas="sect4">Recommended</bridgehead>
     68    <para role="recommended">
     69      <xref role="runtime" linkend="pygments"/> at run time
     70    </para>
     71
    6772    <bridgehead renderas="sect4">Required</bridgehead>
    6873    <para role="required">
     
    7378    </para>
    7479
    75     <bridgehead renderas="sect4">Recommended</bridgehead>
    76     <para role="recommended">
    77       <xref linkend="highlight"/>
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      For tests:
     83      <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink> or
     84      <xref linkend="fop"/> (XML PDF support),
     85      <xref linkend="glib2"/>,
     86      <xref linkend="which"/>, and
     87      Python modules
     88      <ulink url="https://anytree.readthedocs.io/en/latest/">anytree</ulink>, and
     89      <ulink url="https://pypi.org/project/parameterized/">paramerterized</ulink>
    7890    </para>
    7991
    80     <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional">
    82       <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink> or
    83       <xref linkend="fop"/> (XML PDF support),
    84       <xref linkend="glib2"/> (for the test suite),
    85       <ulink url="&gnome-download-http;/gnome-doc-utils/">GNOME Doc Utils</ulink> and
    86       <xref linkend="which"/> (required for the test suite and gtk-doc documentation)
    87     </para>
     92    <note><para>The optional python modules above can be easily installed with
     93    the <command>pip3</command> command.</para></note>
    8894
    8995    <para condition="html" role="usernotes">User Notes:
     
    101107make</userinput></screen>
    102108
    103     <para>To test the results, issue: <command>make check</command>. On some systems, the tests
    104     may either hang indefinitely or fail.</para>
     109    <para>To test the results, issue: <command>make check</command>.
     110    Some tests will fail depending on optionally installed packages.</para>
    105111
    106112    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    119125
    120126      <seglistitem>
    121         <seg>gtkdocize,
    122         gtkdoc-check, 
    123         gtkdoc-depscan,
    124         gtkdoc-fixxref,
    125         gtkdoc-mkdb,   
    126         gtkdoc-mkhtml, 
    127         gtkdoc-mkman,       
    128         gtkdoc-mkpdf,
    129         gtkdoc-rebase,
    130         gtkdoc-scan, and
    131         gtkdoc-scangobj</seg>
     127        <seg>
     128          gtkdocize,
     129          gtkdoc-check, 
     130          gtkdoc-depscan,
     131          gtkdoc-fixxref,
     132          gtkdoc-mkdb,   
     133          gtkdoc-mkhtml, 
     134          gtkdoc-mkhtml2, 
     135          gtkdoc-mkman,       
     136          gtkdoc-mkpdf,
     137          gtkdoc-rebase,
     138          gtkdoc-scan, and
     139          gtkdoc-scangobj
     140        </seg>
    132141       
    133142        <seg>None</seg>
    134143       
    135         <seg>/usr/lib/cmake/GtkDoc,
    136         /usr/share/gtk-doc, and
    137         /usr/share/help/*/gtk-doc-manual
     144        <seg>
     145          /usr/share/gtk-doc and
     146          /usr/share/help/*/gtk-doc-manual
    138147        </seg>
    139148      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.