Ignore:
Timestamp:
01/12/2019 02:57:16 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2593c4a
Parents:
9c9dd94
Message:

Make docutils P3 only and tweak mercurial doc for using docutils
Make P2 recommended for dbus-python, and fix an url

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r9c9dd94 rf0190231  
    100100    issue:</para>
    101101
    102 <screen><userinput>make doc</userinput></screen>
     102<screen><userinput>sed -i '/runrst/s/N)/N)3/' doc/Makefile &amp;&amp;
     1032to3-3.7 -w doc/hgmanpage.py            &amp;&amp;
     104make doc</userinput></screen>
    103105
    104106<!-- All tests pass (or are skipped) at version 3.8.2
     
    173175  </sect2>
    174176
     177  <sect2 role="commands">
     178    <title>Command Explanations</title>
     179
     180      <para>
     181        <command>sed -i '/runrst/s/N)/N)3/' doc/Makefile</command>: force use
     182        of <application>Python 3</application> for commands using docutils,
     183        allowing to use the docutils <application>Python 3</application> module.
     184      </para>
     185
     186      <para>
     187        <command>2to3-3.7 -w doc/hgmanpage.py</command>: Since <application>
     188        Python 3</application> is used with docutils, one file needs to be
     189        converted in order to be compatible.
     190      </para>
     191
     192  </sect2>
    175193  <sect2 role="configuration">
    176194    <title>Configuring Mercurial</title>
Note: See TracChangeset for help on using the changeset viewer.