BugFix: Update and added caching to module list
This commit is contained in:
parent
897893dd7b
commit
2dfb3fc27f
2
Makefile
2
Makefile
@ -7,6 +7,7 @@ SPHINXBUILD = sphinx-build
|
|||||||
SOURCEDIR = .
|
SOURCEDIR = .
|
||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
MODULES = $(sort \
|
MODULES = $(sort \
|
||||||
|
caching\
|
||||||
socket_protocol\
|
socket_protocol\
|
||||||
state_machine\
|
state_machine\
|
||||||
stringtools\
|
stringtools\
|
||||||
@ -55,6 +56,7 @@ index.rst: Makefile
|
|||||||
update:
|
update:
|
||||||
git pull
|
git pull
|
||||||
git submodule init
|
git submodule init
|
||||||
|
git submodule update
|
||||||
git submodule foreach git checkout master
|
git submodule foreach git checkout master
|
||||||
git submodule foreach git pull
|
git submodule foreach git pull
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user