Skip to content

Commit 9cd29f2

Browse files
committed
Scratch that, we can't have nice things
1 parent 981450d commit 9cd29f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
SHELL=bash
44
.DEFAULT_GOAL = all
55

6-
CWD = $(pwd)
7-
86
# You can set these variables from the command line.
97
SPHINXOPTS =
108
SPHINXBUILD = $(realpath bin/sphinx-build)
@@ -37,14 +35,12 @@ build: ## Set up training: Install requirements
3735
bin/pip install -r requirements.txt
3836

3937
bin/python:
40-
cd $(CWD); \
4138
python3 -m venv . || virtualenv --clear --python=python3 .; \
4239
bin/python -m pip install --upgrade pip; \
4340
bin/pip install -r requirements.txt
4441

4542
docs/volto:
4643
# git submodule add [email protected]:plone/volto.git submodules/volto
47-
cd $(CWD); \
4844
git submodule init; \
4945
git submodule update; \
5046
ln -s ../submodules/volto/docs/source ./docs/volto

0 commit comments

Comments
 (0)