mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Fix a missing `\' in Makefile
This commit is contained in:
parent
851f6a7f8c
commit
da7d9ae174
6
Makefile
6
Makefile
@ -283,9 +283,9 @@ 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/pyhosted-inc.xsl
|
||||
$(PYHOSTED): $(ALL_PYTHON_DEPS) \
|
||||
$(PYTHONHOSTED_MOD_PAGES) \
|
||||
stylesheets/pyhosted-inc.xsl \
|
||||
stylesheets/pythonhosted.xsl | version.ent
|
||||
@echo Generating pythonhosted.xml
|
||||
$(Q)xsltproc --xinclude \
|
||||
|
Loading…
Reference in New Issue
Block a user