Skip to content

Commit ada024a

Browse files
committed
Better submodule init
1 parent 949f2b8 commit ada024a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ bin/python:
3939
bin/python -m pip install --upgrade pip
4040
bin/pip install -r requirements.txt
4141

42-
submodules/volto:
42+
submodules/volto/index.md:
4343
# git submodule add [email protected]:plone/volto.git submodules/volto
4444
git submodule init
45-
ln -s ../submodules/volto/docs/source ./docs/volto
45+
git submodule update
4646

4747
.PHONY: deps
48-
deps: bin/python submodules/volto
48+
deps: bin/python submodules/volto/index.md
4949

5050
.PHONY: html
5151
html: deps # Build html

0 commit comments

Comments
 (0)