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 = .
|
||||
BUILDDIR = _build
|
||||
MODULES = $(sort \
|
||||
caching\
|
||||
socket_protocol\
|
||||
state_machine\
|
||||
stringtools\
|
||||
@ -55,6 +56,7 @@ index.rst: Makefile
|
||||
update:
|
||||
git pull
|
||||
git submodule init
|
||||
git submodule update
|
||||
git submodule foreach git checkout master
|
||||
git submodule foreach git pull
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user