Changeset 3c265f56


Ignore:
Timestamp:
01/11/2023 02:03:38 PM (16 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:
a04cf4b
Parents:
fa7b637
Message:

ALLXML shouldn't depend on pythonhosted.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rfa7b637 r3c265f56  
    99SHELL        = /bin/bash
    1010
     11PYHOSTED = general/prog/python-dependencies/pythonhosted.xml
    1112ALLXML := $(filter-out $(RENDERTMP)/%, \
    12         $(wildcard *.xml */*.xml */*/*.xml */*/*/*.xml */*/*/*/*.xml))
     13        $(filter-out $(PYHOSTED), \
     14        $(wildcard *.xml */*.xml */*/*.xml */*/*/*.xml */*/*/*/*.xml)))
    1315ALLXSL := $(filter-out $(RENDERTMP)/%, \
    1416        $(wildcard *.xsl */*.xsl */*/*.xsl */*/*/*.xsl */*/*/*/*.xsl))
     17
    1518
    1619ifdef V
Note: See TracChangeset for help on using the changeset viewer.