Changeset 0c2f7409 for x/lib


Ignore:
Timestamp:
02/12/2023 12:27:34 PM (15 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:
d7f8f6d
Parents:
4a2c6d3c
Message:

gtk4: Document man-pages=true option, and how to fix docdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    r4a2c6d3c r0c2f7409  
    101101      <xref linkend="colord"/>,
    102102      <xref linkend="cups"/>,
     103      <xref linkend="docutils"/>,
    103104      <xref linkend="ffmpeg"/> (built with
    104105      <xref role='nodep' linkend='libvpx'/>),
    105106      <xref linkend="gi-docgen"/>,
    106       <xref linkend="gtk-doc"/>,
    107107      <xref role="runtime" linkend="highlight"/>
    108108        (runtime, only used by <command>gtk4-demo</command> for syntax
     
    192192
    193193    <para>
     194      <!-- The tarball ships a copy of gi-docgen but we need the Python
     195           dependencies, so we require gi-docgen to be installed. -->
    194196      <option>-Dgtk_doc=true</option>: Use this switch if you have
    195197      <xref linkend="gi-docgen"/>
    196198      installed and wish to generate the API reference documentation.
     199      Use the <command>sed "s@'doc'@&amp; / 'gtk-&gtk4-version;'@" -i
     200      docs/reference/meson.build</command> before the
     201      <command>cd build</command> to make the documentation
     202      install path correct if you will use this switch.
     203    </para>
     204
     205    <para>
     206      <option>-Dman-pages=true</option>: Use this switch if you have
     207      <xref linkend='docutils'/> installed and wish to generate the man
     208      pages.
    197209    </para>
    198210
Note: See TracChangeset for help on using the changeset viewer.