Changeset fa7b637


Ignore:
Timestamp:
01/11/2023 01:56:27 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/llvm18, xry111/xf86-video-removal
Children:
3c265f56
Parents:
0231d69
Message:

Add a fallback for pythonhosted.xml

When pythonhosted.xml has not yet been generated, it cannot be
"xinluded". This just generates a warning at xinclude time, but
then the idref is missing, which may generate failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies.xml

    r0231d69 rfa7b637  
    196196
    197197  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    198     href="python-dependencies/pythonhosted.xml"/>
     198    href="python-dependencies/pythonhosted.xml">
     199    <xi:fallback>
     200      <sect2 id="pythonhosted">
     201        <title/>
     202        <para/>
     203      </sect2>
     204    </xi:fallback>
     205  </xi:include>
    199206
    200207  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.