mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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.
This commit is contained in:
parent
bcd84ba442
commit
7f5bdbb90b
2
Makefile
2
Makefile
@ -280,7 +280,7 @@ PYTHONHOSTED_MODS := requests sphinx_rtd_theme pytest gi-docgen
|
||||
|
||||
PYTHONHOSTED_MOD_PAGES := $(addprefix general/prog/python-modules/,$(addsuffix .xml,$(PYTHONHOSTED_MODS)))
|
||||
|
||||
$(PYHOSTED): $(ALL_PYTHON_DEPS) $(PYTHONHOSTED_MOD_PAGES) stylesheets/pythonhosted.xsl
|
||||
$(PYHOSTED): $(ALL_PYTHON_DEPS) $(PYTHONHOSTED_MOD_PAGES) stylesheets/pythonhosted.xsl | version.ent
|
||||
@echo Generating pythonhosted.xml
|
||||
@xsltproc --xinclude \
|
||||
-o temp.xml \
|
||||
|
Loading…
Reference in New Issue
Block a user