Changeset 048071e


Ignore:
Timestamp:
01/30/2023 04:16:38 AM (15 months ago)
Author:
Douglas R. Reno <renodr@…>
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:
bb3c618
Parents:
dbdd6ff4
Message:

gobject-introspection: Tweaks regarding gi-doc-tool.

Add Markdown as an optional dependency since gi-doc-tool needs it

Clarify text and comments regarding gi-doc-tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    rdbdd6ff4 r048071e  
    8080      <xref linkend="cairo"/> (required for the tests),
    8181      <xref linkend="gjs"/> (to satisfy one test),
    82       <xref linkend="gtk-doc"/>, and
    83       <xref linkend="Mako"/>
     82      <xref linkend="gtk-doc"/>,
     83      <xref linkend="Mako"/>, and
     84      <xref linkend="markdown"/>
    8485      <!--<ulink url="https://pypi.org/project/Markdown/">Markdown</ulink> (to satisfy one test)-->
    8586      <!-- There was talk of this being required in the release notes. Can someone
     
    8788      It is only needed for one test.  bdubbs March 3, 2019
    8889      I do not have Markdown and all tests pass for 1.74.0.  Sep 2022
     90      More investigation notes that Markdown and Mako are needed for gi-doc-tool.
     91      January 2023
    8992      -->
    9093    </para>
     
    111114    <para>
    112115      To test the results, issue: <command>ninja test</command>.
    113       <!--
    114       If <xref linkend="Mako"/> is installed but the Python 3 module named
    115       Markdown (not in BLFS) is not, one test named test_docwriter.py will
    116       fail.-->
    117116    </para>
    118117
     
    142141    <para>
    143142      <option>-Ddoctool=enabled</option>: Install g-ir-doc-tool
    144       and run related tests.
     143      and run related tests. You must have
     144      <xref linkend="Mako" role="nodep"/> and
     145      <xref linkend="markdown" role="nodep"/> installed in order
     146      to install this utility.
    145147    </para>
    146148
     
    155157      <segtitle>Installed Directories</segtitle>
    156158
    157       <!-- g-ir-doc-tool is installed if mako is presnet -->
     159      <!-- g-ir-doc-tool is installed if Mako and Markdown are present -->
    158160      <seglistitem>
    159161        <seg>
Note: See TracChangeset for help on using the changeset viewer.