Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r8558044 r3f2db3a6  
    77  <!ENTITY libusb-download-http "https://github.com/libusb/libusb/releases/download/v&libusb-version;/libusb-&libusb-version;.tar.bz2">
    88  <!ENTITY libusb-download-ftp  " ">
    9   <!ENTITY libusb-md5sum        "5bc27df16155302f308d409e73589872">
    10   <!ENTITY libusb-size          "596 KB">
     9  <!ENTITY libusb-md5sum        "9c75660dfe1d659387c37b28c91e3160">
     10  <!ENTITY libusb-size          "608 KB">
    1111  <!ENTITY libusb-buildsize     "5.8 MB">
    1212  <!ENTITY libusb-time          "less than 0.1 SBU">
     
    1616  <?dbhtml filename="libusb.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>libusb-&libusb-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8582    <title>Installation of libusb</title>
    8683
    87     <note>
    88       <para>
    89         This package does not support parallel build.
    90       </para>
    91     </note>
    92 
    9384    <para>
    9485      Install <application>libusb</application> by running the following
     
    10192    <para>
    10293      If <application>Doxygen</application> is installed and you wish to
    103       build the API documentation, issue the following command:
    104     </para>
    105 
    106 <screen remap="doc"><userinput>sed -i "s/^TCL_SUBST/#&amp;/; s/wide//" doc/doxygen.cfg &amp;&amp;
    107 make -C doc docs</userinput></screen>
     94      build the API documentation, issue the following commands:
     95    </para>
     96
     97<screen remap="doc"><userinput>pushd doc                &amp;&amp;
     98  doxygen -u doxygen.cfg &amp;&amp;
     99  make docs              &amp;&amp;
     100popd</userinput></screen>
    108101
    109102    <para>
     
    128121
    129122  </sect2>
    130 
     123<!--
    131124  <sect2 role="commands">
    132125    <title>Command Explanations</title>
     
    137130    </para>
    138131  </sect2>
    139 
     132-->
    140133  <sect2 role="configuration">
    141134    <title>Configuring Libusb</title>
Note: See TracChangeset for help on using the changeset viewer.