Changeset 57f2a49


Ignore:
Timestamp:
02/19/2022 09:38:18 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a856a0
Parents:
3f06cf04
Message:

Fix attributes for libxslt dependencies

For a runtime dependency, don't change anything in <para> (use
role="required" or "recommended" or "optional"). Just put
role="runtime" in the <xref>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r3f06cf04 r57f2a49  
    9090
    9191    <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
    92     <para role="runtime">
    93       <xref linkend="DocBook"/> and
    94       <xref linkend="docbook-xsl"/>
     92    <para role="recommended">
     93      <xref role="runtime" linkend="DocBook"/> and
     94      <xref role="runtime" linkend="docbook-xsl"/>
    9595    </para>
    9696
Note: See TracChangeset for help on using the changeset viewer.