Changeset d3ea9e8 for general/prog


Ignore:
Timestamp:
11/18/2017 10:17:57 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
76c3cd71
Parents:
9dac80b
Message:

Update to shfs-3.3.1.
Add docutils-0.14.

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

Location:
general/prog
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    r9dac80b rd3ea9e8  
    8282      </bridgehead>
    8383      <para role="optional">
    84         <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
    85         <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
     84        <xref linkend="docutils"/> and
     85        <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink>
    8686      </para>
    8787
  • general/prog/mercurial.xml

    r9dac80b rd3ea9e8  
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    7070    <para role="optional">
     71    <xref linkend="docutils"/>
     72      (required to build the documentation),
    7173    <xref linkend="git"/>,
    7274    <xref linkend="gnupg2"/> (<command>gpg2</command> with Python bindings),
     
    7678    <ulink url="https://launchpad.net/bzr">Bazaar</ulink>,
    7779    <ulink url="http://www.nongnu.org/cvs/">CVS</ulink>,
    78     <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
    79       (required to build the documentation),
    8080    <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
    8181    <ulink url="http://pygments.org/">pygments</ulink>, and
     
    9797<screen><userinput>make build</userinput></screen>
    9898
    99     <para>To build the documentation (requires
    100     <application>Docutils</application>), issue:</para>
     99    <para>To build the documentation (requires <xref linkend="docutils"/>),
     100    issue:</para>
    101101
    102102<screen><userinput>make doc</userinput></screen>
  • general/prog/python-modules.xml

    r9dac80b rd3ea9e8  
    3939      <listitem>
    4040        <para>
     41          <xref linkend="docutils"/>
     42        </para>
     43      </listitem>
     44      <listitem>
     45        <para>
    4146          <xref linkend="pyatspi2"/>
    4247        </para>
    4348      </listitem>
    44 <!--     
    45       <listitem>
    46         <para>
    47           <xref linkend="py2cairo"/>
    48         </para>
    49       </listitem>
    50 -->
    5149      <listitem>
    5250        <para>
     
    138136
    139137  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     138    href="docutils.xml"/>
     139
     140  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140141    href="pyatspi2.xml"/>
    141142<!--
Note: See TracChangeset for help on using the changeset viewer.