File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ PYTHON_RUN :=
4141CMAKE_RUN := cmake
4242
4343SPHINX_JOBS ?= auto
44- SPHINX_ARGS := -W -j "$(SPHINX_JOBS ) " -aT -b dirhtml
44+ SPHINX_ARGS := --jobs= "$(SPHINX_JOBS ) " --write-all --show-traceback --builder= dirhtml --fail-on-warning
4545
4646DOCS_SRC := $(THIS_DIR ) /docs
4747DOCS_OUT := $(BUILD_DIR ) /docs/dev/html
@@ -96,11 +96,12 @@ install-fast:
9696package : build
9797 $(MAKE ) package-fast
9898
99- CPACK_OUT := _cpack
100- PACKAGE_CONFIGS = Debug;Release;RelWithDebInfo
99+ CPACK_OUT := _cpack
100+ PACKAGE_CONFIGS := Debug;Release;RelWithDebInfo
101+ PACKAGE_FORMATS := STGZ;TGZ;ZIP
101102package-fast :
102103 $(CMAKE_RUN ) -E chdir " $( BUILD_DIR) " \
103- cpack -B " $( CPACK_OUT) " -C " $( PACKAGE_CONFIGS) " -G " STGZ;TGZ;ZIP "
104+ cpack -B " $( CPACK_OUT) " -C " $( PACKAGE_CONFIGS) " -G " $( PACKAGE_FORMATS ) "
104105 rm -r -- " $( CPACK_OUT) /_CPack_Packages"
105106
106107format-check :
You can’t perform that action at this time.
0 commit comments