Ignore:
Timestamp:
02/14/2023 04:21:13 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:
3a7d81ba
Parents:
5dc3b4a
git-author:
Xi Ruoyao <xry111@…> (02/14/2023 03:21:05 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/14/2023 04:21:13 PM)
Message:

libgusb: Make doc generation explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    r5dc3b4a re6bb6b7f  
    111111
    112112    <para>
     113      If you have <xref linkend='gi-docgen'/> installed and wish to build
     114      the API documentation for this package, issue:
     115    </para>
     116
     117<screen role='nodump'><userinput>sed "/output: 'libgusb'/s/'\$/-0.4.5'/" -i ../docs/meson.build &amp;&amp;
     118meson configure -Ddocs=true                                    &amp;&amp;
     119ninja</userinput></screen>
     120
     121    <para>
    113122      To test the results, issue: <command>ninja test</command>.
    114123    </para>
     
    128137
    129138    <para>
    130       <parameter>-Ddocs=false</parameter>: building documentation needs
    131       <xref linkend="gi-docgen"/>. Remove this switch if you have
    132       installed <application>gi-docgen</application>, and you wish to build
    133       the API documentation.  If this option is used, use the following
    134       command to fix the directory name of the API documentation after
    135       this package is installed:
     139      <parameter>-Ddocs=false</parameter>: &gi-doc-disable;
    136140    </para>
    137 
    138 <screen role='nodump'><userinput>mv -v /usr/share/doc/libgusb{,-&libgusb-version;}</userinput></screen>
    139141
    140142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.