Ignore:
Timestamp:
02/20/2018 06:34:45 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
32e1fadc
Parents:
c1ecca9
Message:

For libgusb promote gtk-doc to recommended, but explain how to avoid it. By default the *install* will fail with FileNotFoundError: [Errno 2] No such file or directory: 'gtkdoc-scan'.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    rc1ecca9 rf10c288  
    8282    <bridgehead renderas="sect4">Recommended</bridgehead>
    8383    <para role="recommended">
     84      <xref linkend="gtk-doc"/>
    8485      <xref linkend="gobject-introspection"/>,
    8586      <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file,
    8687      which is also required for the tests), and
    8788      <xref linkend="vala"/>
    88     </para>
    89 
    90     <bridgehead renderas="sect4">Optional</bridgehead>
    91     <para role="optional">
    92       <xref linkend="gtk-doc"/>
    9389    </para>
    9490
     
    122118<screen role="root"><userinput>ninja install</userinput></screen>
    123119  </sect2>
    124 <!--
     120
    125121  <sect2 role="commands">
    126122    <title>Command Explanations</title>
    127123
    128     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    129       href="../../xincludes/static-libraries.xml"/>
    130 
    131     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132     href="../../xincludes/gtk-doc-rebuild.xml"/>
     124    <para>
     125      <option>-Ddocs=false</option>: Add this option if
     126      <application>gtk-doc</application> has not been installed.
     127    </para>
    133128
    134129  </sect2>
    135 -->
     130
    136131  <sect2 role="content">
    137132    <title>Contents</title>
     
    151146        <seg>
    152147          /usr/include/gusb-1 and
    153           /usr/share/gtk-doc/html/gusb
     148          /usr/share/gtk-doc/html/gusb (if gtk-doc is used)
    154149        </seg>
    155150      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.