Fix Virtualenv setup + doc flag

This commit is contained in:
Gabriel Gouvine 2023-08-08 15:18:25 +02:00 committed by Jean-Paul Chaput
parent cd72c17cf2
commit 6d8afe24e4
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
endif
endif
venv = source ./venv/bin/activate
venv = . venv/bin/activate
SMP_FLAGS =
ifneq ($(shell which nproc 2> /dev/null),)
@ -66,8 +66,8 @@ poetry_deps: check_venv
install: check_dir poetry_deps
@$(venv); ./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=coriolis \
--make="$(SMP_FLAGS) --doc install"
@$(venv); ./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=coriolis --doc \
--make="$(SMP_FLAGS) install"
@echo ""; \
echo "============================================================================"; \
echo "Coriolis has been successfully built"; \