Changeset 0b863fa for gnome/platform


Ignore:
Timestamp:
02/12/2023 04:18:24 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:
e52993c
Parents:
b5b672a9
Message:

gcr4: Add sed to fix doc generation and install location if enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr4.xml

    rb5b672a9 r0b863fa  
    147147      <option>-Dgtk_doc=true</option>: Use this switch if you wish
    148148      to generate the API reference documentation. Note that you must
    149       have <application>GTK-Doc</application>  installed.
    150     </para>
     149      have <xref linkend='gi-docgen'/> installed, and use the following
     150      command to fix an issue in the build system before running
     151      <command>cd build</command>:
     152    </para>
     153
     154<screen role='nodump'><userinput>
     155sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
     156    -e "/fatal-warnings/d" -i docs/*/meson.build</userinput></screen>
    151157
    152158    <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.