We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949f2b8 commit ada024aCopy full SHA for ada024a
Makefile
@@ -39,13 +39,13 @@ bin/python:
39
bin/python -m pip install --upgrade pip
40
bin/pip install -r requirements.txt
41
42
-submodules/volto:
+submodules/volto/index.md:
43
# git submodule add [email protected]:plone/volto.git submodules/volto
44
git submodule init
45
- ln -s ../submodules/volto/docs/source ./docs/volto
+ git submodule update
46
47
.PHONY: deps
48
-deps: bin/python submodules/volto
+deps: bin/python submodules/volto/index.md
49
50
.PHONY: html
51
html: deps # Build html
0 commit comments