Author: randy
Date: 2009-02-27 16:13:23 -0700 (Fri, 27 Feb 2009)
New Revision: 7781
Modified:
trunk/BOOK/general/genlib/libusb.xml
Log:
Fixed typos in the libusb instructions
Modified: trunk/BOOK/general/genlib/libusb.xml
===================================================================
--- trunk/BOOK/general/genlib/libusb.xml 2009-02-26 18:32:46 UTC (rev
7780)
+++ trunk/BOOK/general/genlib/libusb.xml 2009-02-27 23:13:23 UTC (rev
7781)
@@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY libusb-download-http
"&sources-anduin-http;/l/libusb-&libusb-version;.tar.bz2">
+ <!ENTITY libusb-download-http
"&sourceforge-repo;/libusb/libusb-&libusb-version;.tar.bz2">
<!ENTITY libusb-download-ftp
"&sources-anduin-ftp;/l/libusb-&libusb-version;.tar.bz2">
<!ENTITY libusb-md5sum "df2447c23750ef2b4a314200feacc2ee">
<!ENTITY libusb-size "304 KB">
@@ -74,12 +74,13 @@
<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
- <para>If you wish to build the API documentation (see the required
- dependencies), issue the following command:</para>
+ <para>If <application>Doxygen</application> is installed and you wish to
+ build the API documentation, issue the following command:</para>
-<screen><userinput>cd doc &&
+ <!-- not sure why we can't just use 'make -C doc docs' -->
+<screen><userinput>pushd doc &&
make docs &&
-cd ..</userinput></screen>
+popd</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -160,14 +161,15 @@
<title>Contents</title>
<segmentedlist>
- <segtitle>Installed Program</segtitle>
- <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libusb-1.0.{so,a}</seg>
- <seg>/usr/include/libusb-1.0 and
/usr/share/doc/libusb-&libusb-version;</seg>
+ <seg>/usr/include/libusb-1.0 and optionally
+ /usr/share/doc/libusb-&libusb-version;</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page