Commit 6a5a3431 authored by Davis King's avatar Davis King

merged

parents 9d6386ad 3bcfddc0
...@@ -13,3 +13,4 @@ df60c7686f3982791e218977edb64d638151ca3b v18.0 ...@@ -13,3 +13,4 @@ df60c7686f3982791e218977edb64d638151ca3b v18.0
8d0762ab49b9ee8d1d3fc1fc02926c6bde6d5542 v18.1 8d0762ab49b9ee8d1d3fc1fc02926c6bde6d5542 v18.1
5de237bc41c1c2e63d0731731eee231a4213a31b v18.2 5de237bc41c1c2e63d0731731eee231a4213a31b v18.2
7f21bd92812d2d08fe9a881a401cbf0f6b104081 v18.3 7f21bd92812d2d08fe9a881a401cbf0f6b104081 v18.3
78be73b57b829adb20a452ad910f7039a09c9474 v18.4
...@@ -137,8 +137,14 @@ makedocs () ...@@ -137,8 +137,14 @@ makedocs ()
# the python docs can't be created (this happens if the .so file isn't compiled) # the python docs can't be created (this happens if the .so file isn't compiled)
if [ "$1" = "makerel" ] if [ "$1" = "makerel" ]
then then
pushd ../python_examples
./compile_dlib_python_module.bat || report_failure
popd
sphinx-build -b html docs/python sphinx.$$ || report_failure sphinx-build -b html docs/python sphinx.$$ || report_failure
else else
pushd ../python_examples
./compile_dlib_python_module.bat
popd
sphinx-build -b html docs/python sphinx.$$ sphinx-build -b html docs/python sphinx.$$
fi; fi;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment