Skip to content

Commit 1a65402

Browse files
committed
Add helpful echo statements for plone.restapi and volto initialization
1 parent 3860596 commit 1a65402

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ docs/plone.restapi:
5151
git submodule init; \
5252
git submodule update; \
5353
ln -s ../submodules/plone.restapi ./docs/plone.restapi
54+
@echo
55+
@echo "Documentation of plone.restapi initialized."
5456

5557
docs/volto:
5658
git submodule init; \
5759
git submodule update; \
5860
ln -s ../submodules/volto/docs/source ./docs/volto
61+
@echo
62+
@echo "Documentation of volto initialized."
5963

6064
.PHONY: deps
6165
deps: bin/python docs/volto docs/plone.restapi docs/plone.api ## Create Python virtual environment, install requirements, initialize or update the volto, plone.restapi, and plone.api submodules, and finally create symlinks to the source files.

0 commit comments

Comments
 (0)