Changeset 7975c68a


Ignore:
Timestamp:
10/25/2021 08:11:56 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ae686767
Parents:
3e8c126
Message:

A few typos/formatting fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r3e8c126 r7975c68a  
    282282     is installed into /usr/doc/clang. So we have just to move it. -->
    283283    <para>
    284       If you have built the the llvm documentation, it has been installed
     284      If you have built the llvm documentation, it has been installed
    285285      by the above command, but it needs to be moved. As the
    286286      <systemitem class="username">root</systemitem> user:
     
    288288
    289289<screen role="root"
    290         remap="doc"><userinput>
    291 install -v -d -m755 /usr/share/doc/llvm-&llvm-version;                        &amp;&amp;
     290        remap="doc"><userinput>install -v -d -m755 /usr/share/doc/llvm-&llvm-version;                        &amp;&amp;
    292291mv -v /usr/share/doc/llvm/html /usr/share/doc/llvm-&llvm-version;/llvm-html   &amp;&amp;
    293292rmdir -v /usr/share/doc/llvm</userinput></screen>
     
    300299
    301300<screen role="root"
    302         remap="doc"><userinput>
    303 install -v -d -m755 /usr/share/doc/llvm-&llvm-version;                        &amp;&amp;
     301        remap="doc"><userinput>install -v -d -m755 /usr/share/doc/llvm-&llvm-version;                        &amp;&amp;
    304302mv -v /usr/share/doc/clang/html /usr/share/doc/llvm-&llvm-version;/clang-html &amp;&amp;
    305303rmdir -v /usr/share/doc/clang</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.