Changeset 2b40bf6 for x/installing


Ignore:
Timestamp:
12/21/2018 06:06:49 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
ff136571
Parents:
abf53e1
Message:

Update to highlight-3.48.
Update to gparted-0.33.0.
Update to libassuan-2.5.2.
Update to qemu-3.1.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    rabf53e1 r2b40bf6  
    180180
    181181    <para>
    182       If <xref linkend="doxygen"/> and <xref linkend="graphviz"/> were
     182      If <xref linkend="doxygen"/>, <xref linkend="graphviz"/>, and
     183      <ulink url="http://sphinx-doc.org/">Sphinx</ulink> were
    183184      present during the build, you can install the generated documentation
    184185      by running the following commands as the <systemitem
     
    186187    </para>
    187188
    188 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version; &amp;&amp;
    189 cp -rv html/*     /usr/share/doc/libinput-&libinput-version;</userinput></screen>
     189<screen role="root"><userinput>install -v -dm755      /usr/share/doc/libinput-&libinput-version;/{html,api} &amp;&amp;
     190cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html &amp;&amp;
     191cp -rv api/*           /usr/share/doc/libinput-&libinput-version;/api</userinput></screen>
    190192
    191193  </sect3>
Note: See TracChangeset for help on using the changeset viewer.