Ignore:
Timestamp:
02/14/2023 12:44:27 PM (16 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:
ca2b7962
Parents:
bacea35
Message:

libgweather: Fix docdir explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libgweather.xml

    rbacea35 r760d71b  
    116116
    117117    <para>
     118      If you have <xref linkend='gi-docgen'/> installed and wish to build
     119      the API documentation for this package, issue:
     120    </para>
     121
     122<screen role='nodump'><userinput>sed "s/libgweather_full_version/'libgweather-&libgweather-version;'/" \
     123    -i ../doc/meson.build                             &amp;&amp;
     124meson configure -Dgtk_doc=true                        &amp;&amp;
     125ninja</userinput></screen>
     126
     127    <para>
    118128      One test needs that the locale files be installed on the system, so
    119129      it is better to run the tests after installing the package.
     
    140150
    141151    <para>
    142       <parameter>-Dgtk_doc=false</parameter>: allows building without using
    143       the bundled <application>gi-docgen</application> module. Remove this
    144       switch if you have installed <xref linkend="gi-docgen"/>, and wish to
    145       build and install the API documentation.  If this switch is removed,
    146       as the &root; user, fix the location of the documentation with the
    147       <command>mv
    148       /usr/share/doc/libgweather-{4.0,&libgweather-version;}</command>
    149       command.
     152      <parameter>-Dgtk_doc=false</parameter>: &gi-doc-disable;
    150153    </para>
    151154
Note: See TracChangeset for help on using the changeset viewer.