Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r8f6f10e rd60cd837  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "2da7ead4517ddb65f997bc27c6483686">
    10   <!ENTITY mercurial-size          "6.6 MB">
    11   <!ENTITY mercurial-buildsize     "68 MB (add 625 MB for tests)">
    12   <!ENTITY mercurial-time          "0.4 SBU (add 9.3 SBU for tests using -j4)">
     9  <!ENTITY mercurial-md5sum        "ec804d7f8cb611639894f6211943db6e">
     10  <!ENTITY mercurial-size          "6.7 MB">
     11  <!ENTITY mercurial-buildsize     "70 MB (add 663 MB for tests)">
     12  <!ENTITY mercurial-time          "0.4 SBU (add 9.9 SBU for tests using -j4)">
    1313]>
    1414
     
    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.