Changeset 370e9ba


Ignore:
Timestamp:
07/12/2021 06:54:39 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f3704c6
Parents:
6b02175
Message:

Fix doc path in libusb

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r6b02175 r370e9ba  
    124124<screen role="root"
    125125        remap="doc"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
    126 install -v -m644    doc/html/* \
     126install -v -m644    doc/api-1.0/* \
    127127                    /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
    128128
  • introduction/welcome/changelog.xml

    r6b02175 r370e9ba  
    4343    -->
    4444    <listitem>
     45      <para>July 12th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Fix install path of docs in libusb.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 11th, 2021</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.