Ignore:
Timestamp:
02/14/2023 12:19:14 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:
760d71b
Parents:
a51e56d5
git-author:
Xi Ruoyao <xry111@…> (02/14/2023 12:18:35 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/14/2023 12:19:14 PM)
Message:

gdk-pixbuf: Make docdir fix explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gdk-pixbuf.xml

    ra51e56d5 rbacea35  
    122122
    123123    <para>
     124      If you have <xref linkend='gi-docgen'/> installed and wish to build
     125      the API documentation for this package, issue:
     126    </para>
     127
     128<screen role='nodump'><userinput>sed "/docs_dir =/s@\$@ / 'gdk-pixbuf-&gdk-pixbuf-version;'@" -i ../docs/meson.build &amp;&amp;
     129meson configure -Dgtk_doc=true                                         &amp;&amp;
     130ninja</userinput></screen>
     131
     132    <para>
    124133      To test the results, issue: <command>ninja test</command>. The tests
    125134      make a heavy use of disk.
     
    163172      <xref linkend="docutils" role="nodep"/>.
    164173    </para>
    165 
    166     <para>
    167       <option>-Dgtk_doc=true</option>: Use this option if you have installed
    168       <xref linkend='gi-docgen'/> and want to generate the API
    169       documentation.  If this option is used, fix the installation location
    170       of the API documentation before issueing
    171       <command>cd build</command> with the command:
    172     </para>
    173 
    174 <screen role='nodump'><userinput>sed "/docs_dir =/s@\$@ / 'gdk-pixbuf-&gdk-pixbuf-version;'@" -i docs/meson.build</userinput></screen>
    175 
    176174  </sect2>
    177175
Note: See TracChangeset for help on using the changeset viewer.