From 31be5ce8b94183e4f248cd379b4862028bed74bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Feb 2022 16:20:16 +1100 Subject: 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. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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" -- cgit v1.2.3