Changeset 5b086fb


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:
a4bf068b
Parents:
37fb447
git-author:
Xi Ruoyao <xry111@…> (02/14/2023 11:44:00 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/14/2023 11:49:30 AM)
Message:

rest: Fix docdir before installation and make it explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/rest.xml

    r37fb447 r5b086fb  
    114114
    115115    <para>
     116      If you have <xref linkend='gi-docgen'/> installed and wish to build
     117      the API documentation for this package, issue:
     118    </para>
     119
     120<screen role='nodump'><userinput>sed "/output/s/librest-1.0/rest-&rest-version;/" -i ../docs/meson.build &amp;&amp;
     121meson configure -Dgtk_doc=true                                 &amp;&amp;
     122ninja</userinput></screen>
     123
     124    <para>
    116125      To test the results, issue: <command>ninja test</command>.
    117126    </para>
     
    130139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131140    href="../../xincludes/meson-buildtype-release.xml"/>
    132 
    133     <para>
    134       <parameter>-Dgtk_doc=false</parameter>: Remove this option if
    135       <xref linkend="gi-docgen"/>
    136       is installed and you wish to build and install the API documentation.
    137       If this option is removed, as the &root; user, fix the installed
    138       directory name with the <command>mv
    139       /usr/share/doc/{librest-1.0,rest-&rest-version;}</command> command.
    140     </para>
    141141
    142142    <para>
Note: See TracChangeset for help on using the changeset viewer.