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:
authorCampbell Barton <campbell@blender.org>2022-02-14 08:20:16 +0300
committerCampbell Barton <campbell@blender.org>2022-02-14 08:20:16 +0300
commit31be5ce8b94183e4f248cd379b4862028bed74bd (patch)
treee8e61f8682291b1ff03ac0f90c75ea3ea4d1e404 /GNUmakefile
parent47b783bbe97c7cbca421aa1042dea203af167f63 (diff)
GNUmakefile: update arguments for 'doc_man' target
Add '--verbose' argument to the script so the destination is printed. Otherwise there is no hint to where the man page was written.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e94ad1839e6..b100bf9290e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -560,7 +560,7 @@ doc_dna: .FORCE
@echo "docs written into: '$(BLENDER_DIR)/doc/blender_file_format/dna.html'"
doc_man: .FORCE
- @$(PYTHON) doc/manpage/blender.1.py $(BLENDER_BIN) blender.1
+ @$(PYTHON) doc/manpage/blender.1.py --blender="$(BLENDER_BIN)" --output=blender.1 --verbose
help_features: .FORCE
@$(PYTHON) "$(BLENDER_DIR)/build_files/cmake/cmake_print_build_options.py" $(BLENDER_DIR)"/CMakeLists.txt"