Changeset 37fb447


Ignore:
Timestamp:
02/14/2023 11:49:30 AM (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:
5b086fb
Parents:
5d22507
git-author:
Xi Ruoyao <xry111@…> (02/14/2023 11:26:00 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/14/2023 11:49:30 AM)
Message:

evince: Document how to use gi-docgen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    r5d22507 r37fb447  
    156156
    157157    <para>
     158      If you have <xref linkend='gi-docgen'/> installed and wish to build
     159      the API documentation for this package, issue:
     160    </para>
     161
     162<screen role='nodump'><userinput>sed "/fatal-warnings/d" -i ../help/reference/*/meson.build    &amp;&amp;
     163sed "/docs_dir/s@\$@ / 'evince-&evince-version;'@" -i ../help/meson.build &amp;&amp;
     164meson configure -Dgtk_doc=true                                &amp;&amp;
     165ninja</userinput></screen>
     166
     167    <para>
    158168      This package does not have a working test suite.
    159169    </para>
     
    186196      <application>TeXLive</application> has not been installed does not break
    187197      the build.
    188     </para>
    189 
    190     <para>
    191       <parameter>-Dgtk_doc=false</parameter>: This switch disables generating
    192       the gtk-doc API reference documentation. If you have
    193       <xref role="nodep" linkend="gtk-doc"/> installed and wish to generate
    194       the API reference documentation, remove this switch and the following
    195       one.
    196198    </para>
    197199
Note: See TracChangeset for help on using the changeset viewer.