Fix Virtualenv setup + doc flag
This commit is contained in:
parent
cd72c17cf2
commit
6d8afe24e4
6
Makefile
6
Makefile
|
@ -14,7 +14,7 @@
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
venv = source ./venv/bin/activate
|
venv = . venv/bin/activate
|
||||||
|
|
||||||
SMP_FLAGS =
|
SMP_FLAGS =
|
||||||
ifneq ($(shell which nproc 2> /dev/null),)
|
ifneq ($(shell which nproc 2> /dev/null),)
|
||||||
|
@ -66,8 +66,8 @@ poetry_deps: check_venv
|
||||||
|
|
||||||
|
|
||||||
install: check_dir poetry_deps
|
install: check_dir poetry_deps
|
||||||
@$(venv); ./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=coriolis \
|
@$(venv); ./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=coriolis --doc \
|
||||||
--make="$(SMP_FLAGS) --doc install"
|
--make="$(SMP_FLAGS) install"
|
||||||
@echo ""; \
|
@echo ""; \
|
||||||
echo "============================================================================"; \
|
echo "============================================================================"; \
|
||||||
echo "Coriolis has been successfully built"; \
|
echo "Coriolis has been successfully built"; \
|
||||||
|
|
Loading…
Reference in New Issue