Changeset ef85ef6 for gnome


Ignore:
Timestamp:
02/11/2023 04:57:53 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
9bb1bd7e
Parents:
29cd7e3
Message:

vte: API doc now needs gi-docgen instead of gtk-doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    r29cd7e3 ref85ef6  
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="fribidi"/> and
    92       <xref linkend="gtk-doc"/>
     91      <xref linkend="fribidi"/>,
     92      <xref linkend="gi-docgen"/>, and
    9393      <xref linkend="gtk4"/>
    9494    </para>
     
    163163    <para>
    164164      <option>-Ddocs=true</option>: Add this switch if wish to
    165       build the documentation.
     165      build the documentation.  It requires <xref linkend='gi-docgen'/>.
     166      It's needed to use the
     167      <command>sed '/fatal-warning/d' -i doc/reference/meson.build</command>
     168      command before <command>mkdir build</command> to work around an issue
     169      in the build system if this option will be used.  And, if this option
     170      is used, after the installation use the
     171      <command>mv /usr/share/doc/vte-{2.&vte-nano;,&vte-version;}</command>
     172      as the &root; user to move the API documentation into the expected
     173      location.
    166174    </para>
    167175
     
    195203        <seg>
    196204          /usr/include/vte-2.&vte-nano; and
    197           (optional) /usr/share/gtk-doc/html/vte-2.&vte-nano;
     205          (optional) /usr/share/doc/vte-&vte-version;
    198206        </seg>
    199207      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.