Skip to content

Commit db7cedd

Browse files
committed
Better submodule init
1 parent ada024a commit db7cedd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

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

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

4748
.PHONY: deps
48-
deps: bin/python submodules/volto/index.md
49+
deps: bin/python docs/volto
4950

5051
.PHONY: html
5152
html: deps # Build html

0 commit comments

Comments
 (0)