makefile: Fix pipenv parameters
This commit is contained in:
parent
12e09be6df
commit
457b460886
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ prepare-slides: ## install prerequisites for PDF slides only
|
||||||
|
|
||||||
prepare-docs: ## install prerequisites for static docs site only
|
prepare-docs: ## install prerequisites for static docs site only
|
||||||
if [ "$(SYSTEM_INSTALL)" -eq 1 ]; then \
|
if [ "$(SYSTEM_INSTALL)" -eq 1 ]; then \
|
||||||
pipenv install --system ; \
|
pipenv install --deploy --system ; \
|
||||||
else \
|
else \
|
||||||
pipenv install ; \
|
pipenv install ; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue