No longer build doc in top Makefile as it is already build.

This commit is contained in:
Jean-Paul Chaput 2018-07-12 10:02:02 +02:00
parent 6b29ad0078
commit b88c3336cd
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ check_dir:
install: check_dir install: check_dir
@./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=support --project=coriolis --make="$(SMP_FLAGS) install" @./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=support --project=coriolis --make="$(SMP_FLAGS) install"
@./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=support --project=coriolis --make="-j1 install" --doc
@echo ""; \ @echo ""; \
echo "============================================================================"; \ echo "============================================================================"; \
echo "Coriolis has been successfully built"; \ echo "Coriolis has been successfully built"; \