Changeset 6412a2e


Ignore:
Timestamp:
02/10/2023 01:57:06 PM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2a7be92
Parents:
712da35
Message:

pango: Add a sed to fix docdir

Or several directories named Pango* will be created in /usr/share/doc
directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r712da35 r6412a2e  
    105105  <sect2 role="installation">
    106106    <title>Installation of Pango</title>
     107
     108    <para>Fix the installation directory of API documentation:</para>
     109
     110<screen><userinput>sed "/docs_dir =/s@\$@ / 'pango-&pango-version;'@" -i docs/meson.build</userinput></screen>
    107111
    108112    <para>
     
    222226        </seg>
    223227        <seg>
    224           /usr/include/pango-1.0<!-- and
    225           /usr/share/gtk-doc/html/pango
    226 this last one does not seem to be installed now (since pango-1.48.2 at least)
    227 -->
     228          /usr/include/pango-1.0 and
     229          /usr/share/doc/pango-&pango-version; (if gi-docgen is available)
    228230        </seg>
    229231      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.