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 :=
41
41
CMAKE_RUN := cmake
42
42
43
43
SPHINX_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
45
45
46
46
DOCS_SRC := $(THIS_DIR ) /docs
47
47
DOCS_OUT := $(BUILD_DIR ) /docs/dev/html
@@ -96,11 +96,12 @@ install-fast:
96
96
package : build
97
97
$(MAKE ) package-fast
98
98
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
101
102
package-fast :
102
103
$(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 ) "
104
105
rm -r -- " $( CPACK_OUT) /_CPack_Packages"
105
106
106
107
format-check :
You can’t perform that action at this time.
0 commit comments