makefile: Fix pipenv parameters

This commit is contained in:
Glenn Y. Rolland 2021-12-15 17:46:23 +01:00
parent 5c7ce79966
commit 630e589960

View file

@ -73,7 +73,7 @@ prepare-slides: ## install prerequisites for PDF slides only
prepare-docs: ## install prerequisites for static docs site only
if [ "$(SYSTEM_INSTALL)" -eq 1 ]; then \
pipenv install --system ; \
pipenv install --deploy --system ; \
else \
pipenv install ; \
fi