Changeset 7f5bdbb9


Ignore:
Timestamp:
01/11/2023 02:46:37 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:
6c4a91a8
Parents:
bcd84ba4
Message:

version.ent is an "order-only" dep of pythonhosted

the python module pages include general.ent, which needs
conditional.ent and version.ent, so that should exist for generating
pythonhosted.xml. OTOH, what is in version.ent doesn't matter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rbcd84ba4 r7f5bdbb9  
    281281PYTHONHOSTED_MOD_PAGES := $(addprefix general/prog/python-modules/,$(addsuffix .xml,$(PYTHONHOSTED_MODS)))
    282282
    283 $(PYHOSTED): $(ALL_PYTHON_DEPS) $(PYTHONHOSTED_MOD_PAGES) stylesheets/pythonhosted.xsl
     283$(PYHOSTED): $(ALL_PYTHON_DEPS) $(PYTHONHOSTED_MOD_PAGES) stylesheets/pythonhosted.xsl | version.ent
    284284        @echo Generating pythonhosted.xml
    285285        @xsltproc --xinclude \
Note: See TracChangeset for help on using the changeset viewer.