Cleanup: committed by accident

This commit is contained in:
Campbell Barton
2017-06-26 13:21:09 +10:00
parent a4f16c63a2
commit 3cbf77b34f

View File

@@ -411,7 +411,7 @@ update: .FORCE
# Simple version of ./doc/python_api/sphinx_doc_gen.sh with no PDF generation.
doc_py: .FORCE
"/src/blender/blender.bin" --background -noaudio --factory-startup \
"$(BUILD_DIR)/bin/blender" --background -noaudio --factory-startup \
--python doc/python_api/sphinx_doc_gen.py
cd doc/python_api ; sphinx-build -b html sphinx-in sphinx-out
@echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/contents.html'"