Changeset ddf66964 for general/prog


Ignore:
Timestamp:
11/01/2022 09:42:04 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/xf86-video-removal
Children:
be11214
Parents:
a8b202a
Message:

reference recommonmark in LLVM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    ra8b202a rddf66964  
    199199      <xref linkend="pygments"/>,
    200200      <xref linkend="rsync"/> (for tests),
     201      <xref linkend="recommonmark"/> (for building documentation),
    201202      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
    202203      <xref linkend="valgrind"/>,
     
    205206      <ulink url="https://ocaml.org/">OCaml</ulink>,
    206207      <ulink url="https://pypi.org/project/psutil/">psutil</ulink> (for tests),
    207       <ulink url="https://pypi.python.org/pypi/recommonmark">recommonmark</ulink>
    208       and <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    209       (for building the documentation), and
    210       <ulink url="https://github.com/Z3Prover/z3">Z3</ulink>
     208      and <ulink url="https://github.com/Z3Prover/z3">Z3</ulink>
    211209    </para>
    212210
     
    297295
    298296    <para>
    299       If you have installed <application>Sphinx</application> and
    300       <application>recommonmark</application> and wish
    301       to generate the html documentation and manual pages, issue the following
    302       commands:
     297      If you have installed <xref linkend="recommonmark"/> and its
     298      dependencies, you can generate the html documentation and manual
     299      pages with the following commands:
    303300    </para>
    304301
     
    349346<!-- as of version 13.0.0, the install process seems to install the html
    350347     documentation and the manual pages. The llvm html documentation
    351      is installed into /usr/share/doc/llvm, while the clang html documentation
    352      is installed into /usr/doc/clang. So we have just to move it. -->
     348     is installed into /usr/share/doc/LLVM/llvm, while the clang html
     349     documentation is installed into /usr/share/doc/LLVM/clang. So we have
     350     just to move it. -->
    353351    <para>
    354352      If you have built the llvm documentation, it has been installed
Note: See TracChangeset for help on using the changeset viewer.