Only update examples submodule from remote
This commit is contained in:
parent
daf28086e5
commit
672ce377ac
|
@ -20,7 +20,7 @@ pip3:
|
||||||
$(PIP_INSTALL) -r ../taskcluster/docs-requirements.txt
|
$(PIP_INSTALL) -r ../taskcluster/docs-requirements.txt
|
||||||
|
|
||||||
submodule:
|
submodule:
|
||||||
git submodule update --init --remote
|
git submodule update --init --remote -- ../doc/examples
|
||||||
|
|
||||||
# Add submodule update dependency to Sphinx's "html" target
|
# Add submodule update dependency to Sphinx's "html" target
|
||||||
html: Makefile submodule pip3
|
html: Makefile submodule pip3
|
||||||
|
|
Loading…
Reference in New Issue