mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Tell that the pythonhosted.xml warning is expected
IN Makefile, test whather pythonhosted.xml exists. If not, tell to ignore the warning.
This commit is contained in:
parent
e1dc8db6ef
commit
b547faf379
5
Makefile
5
Makefile
@ -287,7 +287,10 @@ $(PYHOSTED): $(ALL_PYTHON_DEPS) \
|
||||
$(PYTHONHOSTED_MOD_PAGES) \
|
||||
stylesheets/pyhosted-inc.xsl \
|
||||
stylesheets/pythonhosted.xsl | version.ent
|
||||
@echo Generating pythonhosted.xml
|
||||
@echo Generating pythonhosted.xml; \
|
||||
if [ ! -f $@ ]; then \
|
||||
echo The following warning can be ignored...; \
|
||||
fi
|
||||
$(Q)xsltproc --xinclude \
|
||||
--output temp.xml \
|
||||
--stringparam packages "$(PYTHONHOSTED_MODS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user