Changeset aff3caf0


Ignore:
Timestamp:
02/27/2009 11:13:23 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93211d2
Parents:
f6333c2
Message:

Fixed typos in the libusb instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    rf6333c2 raff3caf0  
    55  %general-entities;
    66
    7   <!ENTITY libusb-download-http "&sources-anduin-http;/l/libusb-&libusb-version;.tar.bz2">
     7  <!ENTITY libusb-download-http "&sourceforge-repo;/libusb/libusb-&libusb-version;.tar.bz2">
    88  <!ENTITY libusb-download-ftp  "&sources-anduin-ftp;/l/libusb-&libusb-version;.tar.bz2">
    99  <!ENTITY libusb-md5sum        "df2447c23750ef2b4a314200feacc2ee">
     
    7575make</userinput></screen>
    7676
    77     <para>If you wish to build the API documentation (see the required
    78     dependencies), issue the following command:</para>
     77    <para>If <application>Doxygen</application> is installed and you wish to
     78    build the API documentation, issue the following command:</para>
    7979
    80 <screen><userinput>cd doc &amp;&amp;
     80    <!-- not sure why we can't just use 'make -C doc docs' -->
     81<screen><userinput>pushd doc &amp;&amp;
    8182make docs &amp;&amp;
    82 cd ..</userinput></screen>
     83popd</userinput></screen>
    8384
    8485    <para>This package does not come with a test suite.</para>
     
    161162
    162163    <segmentedlist>
    163       <segtitle>Installed Program</segtitle>
    164       <segtitle>Installed Libraries</segtitle>
     164      <segtitle>Installed Programs</segtitle>
     165      <segtitle>Installed Library</segtitle>
    165166      <segtitle>Installed Directories</segtitle>
    166167
     
    168169        <seg>None</seg>
    169170        <seg>libusb-1.0.{so,a}</seg>
    170         <seg>/usr/include/libusb-1.0 and /usr/share/doc/libusb-&libusb-version;</seg>
     171        <seg>/usr/include/libusb-1.0 and optionally
     172        /usr/share/doc/libusb-&libusb-version;</seg>
    171173      </seglistitem>
    172174    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.