Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 02:07:50 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 03:51:33 +0300
commit57e63599205f5cba75c119b44d253ed7cc65771d (patch)
treea328bfedd28e39417334cb1a9dd8b06044faa68f /GNUmakefile
parent7d8477e0190d2b8b661eebf4e110831f2c3a9805 (diff)
PyDoc: Remove hack to rename main doc from 'contents' to 'index'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c1be177ddc0..277ee176ce6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -455,7 +455,7 @@ doc_py: .FORCE
"$(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'"
+ @echo "docs written into: '$(BLENDER_DIR)/doc/python_api/sphinx-out/index.html'"
doc_doxy: .FORCE
cd doc/doxygen; doxygen Doxyfile